We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edf2dfc commit d28679eCopy full SHA for d28679e
setup.py
@@ -102,11 +102,12 @@ def write_git_revision(package_name):
102
"loopy>=2021.1",
103
"boxtree>=2018.1",
104
"arraycontext",
105
- "pytest>=2.3",
106
"pyrsistent>=0.16.0",
107
- "dataclasses>=0.7;python_version<='3.6'",
108
"sympy>=0.7.2",
109
"pymbolic>=2021.1",
110
"pyvkfft>=2022.1",
111
],
+ extras_require={
+ "test": ["pytest>=2.3"],
112
+ },
113
)
0 commit comments