From 80e082460c54bbe63f39c4ea00a8e4b375f7f594 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 7 Jul 2022 01:09:11 +0200 Subject: [PATCH] Add the codemods extra package, libcst is now available --- python-hypothesis.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 \