Blame SOURCES/fix-pytest3.patch

1bff74
From e48a9096c90686245d2e00f7957fd2058eb8101d Mon Sep 17 00:00:00 2001
1bff74
From: Julien Enselme <julien.enselme@centrale-marseille.fr>
1bff74
Date: Sat, 1 Oct 2016 20:41:59 +0200
1bff74
Subject: [PATCH] Fix tests to run on pytest 3 and pytest 2
1bff74
1bff74
---
1bff74
 test/conftest.py | 2 --
1bff74
 1 file changed, 2 deletions(-)
1bff74
1bff74
diff --git a/test/conftest.py b/test/conftest.py
1bff74
index a79a27f..4a225c8 100644
1bff74
--- a/test/conftest.py
1bff74
+++ b/test/conftest.py
1bff74
@@ -1,7 +1,5 @@
1bff74
 import pytest
1bff74
 
1bff74
-pytest_plugins = ""
1bff74
-
1bff74
 # here's a little voodoo -- any generic tests depend on this 'framework'
1bff74
 # fixture, which (sneakily using internal-only APIs) ensures that each
1bff74
 # tests runs twice: once enabled for Twisted and once enabled for