Add the codemods extra package, libcst is now available

This commit is contained in:
Miro Hrončok 2022-07-07 01:09:11 +02:00
parent 41029d28de
commit 80e082460c

View File

@ -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 \