Remove six library

This commit is contained in:
Hugo
2020-07-11 16:17:20 +03:00
committed by Zac-HD
parent 9decca0023
commit dddac7c7e9
3 changed files with 2 additions and 13 deletions

View File

@@ -1,20 +1,9 @@
import six
import py
import pytest
import execnet
pytest_plugins = "pytester"
if six.PY2:
@pytest.fixture(scope="session", autouse=True)
def _ensure_imports():
# we import some modules because pytest-2.8's testdir fixture
# will unload all modules after each test and this cause
# (unknown) problems with execnet.Group()
execnet.Group
execnet.makegateway
@pytest.fixture(autouse=True)
def _divert_atexit(request, monkeypatch):