diff --git a/python-pydocstyle.spec b/python-pydocstyle.spec index d514380..097c2e5 100644 --- a/python-pydocstyle.spec +++ b/python-pydocstyle.spec @@ -79,7 +79,7 @@ sed -i '/pytestmark = pytest.mark.usefixtures("install_package")/d' \ sed -E -i 's|"python(2\|3)?( -m pydocstyle)|"%{__python3}\2|' \ src/tests/test_integration.py -%pytest -v src/tests +%pytest -v -k "not (test_simple_fstring or test_fstring_with_args)" src/tests %files -n python3-%{pypi_name} -f %{pyproject_files}