Add the codemods extra package, libcst is now available
This commit is contained in:
parent
41029d28de
commit
80e082460c
@ -51,9 +51,8 @@ Summary: %{summary}
|
|||||||
%description -n python%{python3_pkgversion}-hypothesis %{_description}
|
%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:
|
# extras with missing deps:
|
||||||
# codemods: libcst
|
|
||||||
# dpcontracts: dpcontracts
|
# dpcontracts: dpcontracts
|
||||||
%{pyproject_extras_subpkg -n python%{python3_pkgversion}-hypothesis %{extras}}
|
%{pyproject_extras_subpkg -n python%{python3_pkgversion}-hypothesis %{extras}}
|
||||||
|
|
||||||
@ -103,7 +102,6 @@ k="$k and not test_data_frames_with_timestamp_columns"
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%pytest -v -n auto -k "$k" \
|
%pytest -v -n auto -k "$k" \
|
||||||
--ignore tests/codemods \
|
|
||||||
--ignore tests/dpcontracts \
|
--ignore tests/dpcontracts \
|
||||||
--ignore tests/redis \
|
--ignore tests/redis \
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user