diff --git a/python-hypothesis.spec b/python-hypothesis.spec index 645e54e..cfa47b5 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -51,9 +51,8 @@ Summary: %{summary} %description -n python%{python3_pkgversion}-hypothesis %{_description} -%global extras cli,ghostwriter,pytz,dateutil,lark,numpy,pandas,pytest,redis,zoneinfo,django +%global extras cli,ghostwriter,pytz,dateutil,lark,numpy,pandas,pytest,redis,zoneinfo,django,codemods # extras with missing deps: -# codemods: libcst # dpcontracts: dpcontracts %{pyproject_extras_subpkg -n python%{python3_pkgversion}-hypothesis %{extras}} @@ -103,7 +102,6 @@ k="$k and not test_data_frames_with_timestamp_columns" %endif %pytest -v -n auto -k "$k" \ - --ignore tests/codemods \ --ignore tests/dpcontracts \ --ignore tests/redis \