Skip to content

Commit 80634b9

Browse files
committed
Removed pytest-integration
1 parent 3ab86b3 commit 80634b9

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

requirements_dev.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
wheel
22
pytest
33
pytest-cov
4-
pytest-integration
54
pytest-timeout
65
pytest-xdist

tests/integration/test_nexporting.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
PYTHON = 'python' if sys.platform == 'win32' else 'python3'
77
PIP = 'pip' if shutil.which('pip') else 'pip3'
88

9-
@pytest.mark.integration_test
109
def test_sdist_all_targets():
1110
"Assert all targets are listed"
1211

@@ -45,38 +44,31 @@ def test_sdist_all_targets():
4544
# shutil.rmtree(str(egg.absolute()))
4645

4746

48-
@pytest.mark.integration_test
4947
def test_sdist_specified_targets():
5048
"Assert only specified targets are listed"
5149

5250

53-
@pytest.mark.integration_test
5451
def test_bdist_all_targets():
5552
"Assert all targets are listed"
5653

5754

58-
@pytest.mark.integration_test
5955
def test_bdist_specified_targets():
6056
"Assert only specified targets are listed"
6157

6258

6359

6460

65-
@pytest.mark.integration_test
6661
def test_sdist_all_targets_installs_correctly():
6762
"Assert all targets are listed"
6863

6964

70-
@pytest.mark.integration_test
7165
def test_sdist_specified_targets_installs_correctly():
7266
"Assert only specified targets are listed"
7367

7468

75-
@pytest.mark.integration_test
7669
def test_bdist_all_targets_installs_correctly():
7770
"Assert all targets are listed"
7871

7972

80-
@pytest.mark.integration_test
8173
def test_bdist_specified_targets_installs_correctly():
8274
"Assert only specified targets are listed"

0 commit comments

Comments
 (0)