Skip to content

Commit 4f4615b

Browse files
committed
Release 3.12.0 - Remove test section from extra dependencies
This fixes publishing this package to pypi, since they do not accept direct dependencies. The functest dependencies are not even meant to be installed alongside pulpcore. Redmine Query: https://pulp.plan.io/issues?set_filter=1&status_id=*&issue_id=8435,8427,7438,8496,8505,8352,8489,8423,7985,7980,8454,8438,8450,8116,8384,7989,8445,8475,8499,8447,8325,8385,7626,8377,8430,8357 Redmine Milestone: https://pulp.plan.io/versions/182.json [noissue] (cherry picked from commit 0f802b8)
1 parent a49a443 commit 4f4615b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

setup.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
with open("requirements.txt") as requirements:
77
requirements = requirements.readlines()
88

9-
with open("functest_requirements.txt") as test_requirements:
10-
test_requirements = test_requirements.readlines()
11-
129
setup(
1310
name="pulpcore",
1411
version="3.12.0",
@@ -26,7 +23,6 @@
2623
"s3": ["django-storages[boto3]"],
2724
"azure": ["django-storages[azure]"],
2825
"prometheus": ["django-prometheus"],
29-
"test": test_requirements,
3026
},
3127
include_package_data=True,
3228
classifiers=[

0 commit comments

Comments
 (0)