Skip to content
Snippets Groups Projects
Commit d28679ed authored by Alexandru Fikl's avatar Alexandru Fikl Committed by Andreas Klöckner
Browse files

move pytest to extras-require

parent edf2dfc1
No related branches found
No related tags found
No related merge requests found
...@@ -102,11 +102,12 @@ setup( ...@@ -102,11 +102,12 @@ setup(
"loopy>=2021.1", "loopy>=2021.1",
"boxtree>=2018.1", "boxtree>=2018.1",
"arraycontext", "arraycontext",
"pytest>=2.3",
"pyrsistent>=0.16.0", "pyrsistent>=0.16.0",
"dataclasses>=0.7;python_version<='3.6'",
"sympy>=0.7.2", "sympy>=0.7.2",
"pymbolic>=2021.1", "pymbolic>=2021.1",
"pyvkfft>=2022.1", "pyvkfft>=2022.1",
], ],
extras_require={
"test": ["pytest>=2.3"],
},
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment