From ac0391c44b65ba4605807776df593c215b793bb5 Mon Sep 17 00:00:00 2001 From: Leo Date: Sat, 7 Sep 2019 15:48:29 -0300 Subject: community/py3-udev: drop py2 --- community/py3-udev/pytest.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 community/py3-udev/pytest.patch (limited to 'community/py3-udev/pytest.patch') 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 + -- cgit v1.2.3