Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a34c859 commit 56377e3Copy full SHA for 56377e3
appveyor.yml
@@ -14,7 +14,7 @@ environment:
14
CMD_IN_ENV: "cmd /E:ON /V:ON /C obvci_appveyor_python_build_env.cmd"
15
# Workaround for https://github.com/conda/conda-build/issues/636
16
PYTHONIOENCODING: "UTF-8"
17
- PYTEST_ARGS: -ra --timeout=300 --durations=25 -n %NUMBER_OF_PROCESSORS% --cov-report= --cov=lib
+ PYTEST_ARGS: -ra --timeout=300 --durations=25 -n %NUMBER_OF_PROCESSORS% --cov-report= --cov=lib -m "not network"
18
USE_PYTEST: no
19
PYTHONHASHSEED: 0 # Workaround for pytest-xdist flaky collection order
20
# https://github.com/pytest-dev/pytest/issues/920
0 commit comments