diff options
Diffstat (limited to 'community/py3-udev/pytest.patch')
-rw-r--r-- | community/py3-udev/pytest.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/community/py3-udev/pytest.patch b/community/py3-udev/pytest.patch new file mode 100644 index 0000000000..8a3bad504c --- /dev/null +++ b/community/py3-udev/pytest.patch @@ -0,0 +1,13 @@ +diff --git a/setup.cfg b/setup.cfg +index 151f5e6..78f6d64 100644 +--- a/setup.cfg ++++ b/setup.cfg +@@ -8,6 +8,6 @@ release = egg_info -RDb '' + [upload_docs] + upload_dir = build/sphinx/html + +-[pytest] ++[tool:pytest] + # do not search for tests in build directory + norecursedirs = .* _* build + |