No longer skip tests that no longer fail
This commit is contained in:
@@ -41,12 +41,7 @@ Summary: %{summary}
|
||||
|
||||
|
||||
%check
|
||||
# https://github.com/pytest-dev/pytest-subtests/issues/21
|
||||
k="${k-}${k+ and }not TestFixture"
|
||||
k="${k-}${k+ and }not TestCapture"
|
||||
k="${k-}${k+ and }not test_simple_terminal"
|
||||
|
||||
%pytest -k "${k-}" -v
|
||||
%pytest -v
|
||||
|
||||
|
||||
%files -n python3-pytest-subtests -f %{pyproject_files}
|
||||
|
||||
Reference in New Issue
Block a user