Skip to content

Commit 564f6fb

Browse files
committed
Register pytest.markers used by pip's tests
Signed-off-by: Alexander Mazuruk <a.mazuruk@samsung.com> remove unused markers Signed-off-by: Alexander Mazuruk <a.mazuruk@samsung.com>
1 parent 681cc0f commit 564f6fb

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pyproject.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ norecursedirs = [
3434
"thirdparty",
3535
"tmp",
3636
"tests/data",
37+
"tests/lib",
3738
".eggs",
3839
"src/fetchcode/vcs/pip",
3940
]
@@ -48,3 +49,14 @@ addopts = [
4849
"--strict-markers",
4950
"--doctest-modules"
5051
]
52+
53+
markers = [
54+
"network: tests that need network",
55+
"no_auto_tempdir_manager",
56+
"unit: unit tests",
57+
"integration: integration tests",
58+
"bzr: VCS: Bazaar",
59+
"svn: VCS: Subversion",
60+
"mercurial: VCS: Mercurial",
61+
"git: VCS: git",
62+
]

0 commit comments

Comments
 (0)