Register the new marker

This commit is contained in:
Paul Moore 2020-05-21 15:58:43 +01:00
parent c2fa0dd997
commit 8346c44f1c
1 changed files with 2 additions and 1 deletions

View File

@ -39,7 +39,7 @@ ignore_errors = True
[tool:pytest]
addopts = --ignore src/pip/_vendor --ignore tests/tests_cache -r aR
markers =
network: tests that needs network
network: tests that need network
incompatible_with_test_venv
incompatible_with_venv
no_auto_tempdir_manager
@ -50,6 +50,7 @@ markers =
mercurial: VCS: Mercurial
git: VCS: git
yaml: yaml based tests
fails_on_new_resolver: Does not yet work on the new resolver
[bdist_wheel]
universal = 1