summaryrefslogtreecommitdiff
path: root/dev-python/pytest-relaxed/files/pytest-relaxed-1.1.4-no-autoload.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pytest-relaxed/files/pytest-relaxed-1.1.4-no-autoload.patch')
-rw-r--r--dev-python/pytest-relaxed/files/pytest-relaxed-1.1.4-no-autoload.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-python/pytest-relaxed/files/pytest-relaxed-1.1.4-no-autoload.patch b/dev-python/pytest-relaxed/files/pytest-relaxed-1.1.4-no-autoload.patch
deleted file mode 100644
index b176e4e86c3e..000000000000
--- a/dev-python/pytest-relaxed/files/pytest-relaxed-1.1.4-no-autoload.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/setup.py b/setup.py
-index 28c72c7..6feca5b 100644
---- a/setup.py
-+++ b/setup.py
-@@ -22,7 +22,6 @@ setup(
- packages=find_packages(),
- entry_points={
- # TODO: do we need to name the LHS 'pytest_relaxed' too? meh
-- "pytest11": ["relaxed = pytest_relaxed.plugin"]
- },
- install_requires=[
- # NOTE: pytest 3.3 broke something, not sure what yet