Skip to content

Commit 899c040

Browse files
committed
[DO NOT MERGE] Is it pytest-xdist?
This will probably slow down performance, but I can't see where the bug is in the changes.
1 parent 7e70fd7 commit 899c040

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ install:
7373
- cmd: conda info -a
7474

7575
# create our env
76-
- cmd: conda create -n pandas python=%PYTHON_VERSION% cython pytest>=3.1.0 pytest-xdist
76+
- cmd: conda create -n pandas python=%PYTHON_VERSION% cython pytest>=3.1.0
7777
- cmd: activate pandas
7878
- cmd: pip install moto
7979
- SET REQ=ci\requirements-%PYTHON_VERSION%_WIN.run

test.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
:: test on windows
22

3-
pytest --skip-slow --skip-network pandas -n 2 -r sxX --strict %*
3+
pytest -v --skip-slow --skip-network pandas -r sxX --strict %*

0 commit comments

Comments
 (0)