Remove 'from cibuildwheel import linux, macos, windows' from new tests, as imports are done in fixtures

This commit is contained in:
Yannick Jadoul
2019-12-26 14:55:08 +01:00
parent a9c968868a
commit de55153931
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -2,7 +2,6 @@ import pytest
import sys
from cibuildwheel import linux, macos, windows
from cibuildwheel.__main__ import main
from cibuildwheel.environment import ParsedEnvironment
from cibuildwheel.util import BuildSelector
-1
View File
@@ -3,7 +3,6 @@ import pytest
import sys
from cibuildwheel.__main__ import main
from cibuildwheel import linux, macos, windows
from main_util_fixtures import MOCK_PROJECT_DIR, mock_protection, platform, intercepted_build_args