diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-09-07 15:48:29 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-07 16:08:17 -0300 |
commit | ac0391c44b65ba4605807776df593c215b793bb5 (patch) | |
tree | 1a1e60623681f22b415cc40db01eea1fa5604b6f /community/py3-udev/pytest.patch | |
parent | 65a8e46b21dad2c08110d155c86edb43e1e9f537 (diff) | |
download | aports-ac0391c44b65ba4605807776df593c215b793bb5.tar.bz2 aports-ac0391c44b65ba4605807776df593c215b793bb5.tar.xz |
community/py3-udev: drop py2
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 + |