summaryrefslogtreecommitdiff
path: root/net-dns/dyndnsc/files/no-pytest.patch
blob: b8f445b6ea12d262200eee90a8ec9b89645c6cdc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/setup.py b/setup.py
index 254f230..24514a6 100644
--- a/setup.py
+++ b/setup.py
@@ -110,7 +110,6 @@ setup(
     url="https://github.com/infothrill/python-dyndnsc",
     # https://packaging.python.org/tutorials/distributing-packages/#python-requires
     python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
-    setup_requires=["pytest-runner"],
     install_requires=INSTALL_REQUIRES,
     extras_require=EXTRAS_REQUIRE,
     entry_points={