Skip to content

Commit 907707c

Browse files
committed
tests: remove unused fixture
1 parent 4b87e69 commit 907707c

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"python.pythonPath": "/home/thomas/miniconda3/envs/edsnlp/bin/python"
3+
}

tests/test_check_package.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,6 @@
77
UNKNOWN = Reason.UNKNOWN
88

99

10-
# @pytest.fixture(scope="session")
11-
# def strategy():
12-
# strategy = Strategy(
13-
# authorized_licenses=["authorized 1", "authorized 2"],
14-
# unauthorized_licenses=["unauthorized 1", "unauthorized 2"],
15-
# authorized_packages={"whitelisted": "1"},
16-
# )
17-
# return strategy
18-
19-
2010
@pytest.fixture(scope="session")
2111
def packages():
2212
return [

0 commit comments

Comments
 (0)