From 81aab2da23caf1a66298847d93b209ba16eb878e Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Mon, 25 May 2020 16:35:24 -0400 Subject: Ignore distutils when running tests. --- conftest.py | 1 + 1 file changed, 1 insertion(+) (limited to 'conftest.py') diff --git a/conftest.py b/conftest.py index 1746bfb5..3f7e59b4 100644 --- a/conftest.py +++ b/conftest.py @@ -14,6 +14,7 @@ def pytest_addoption(parser): collect_ignore = [ 'tests/manual_test.py', 'setuptools/tests/mod_with_constant.py', + 'distutils', ] -- cgit v1.2.3