diff --git a/python-pygments-pytest.changes b/python-pygments-pytest.changes index 853db0d..3d23096 100644 --- a/python-pygments-pytest.changes +++ b/python-pygments-pytest.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Aug 21 11:42:17 UTC 2020 - Marketa Calabkova + +- Update to 2.1.0 + * Use new --code-highlight=no in pytest 6 (and prevent tests from failing) + ------------------------------------------------------------------- Wed Apr 29 15:01:50 UTC 2020 - Matej Cepl diff --git a/python-pygments-pytest.spec b/python-pygments-pytest.spec index fd089ae..47e9191 100644 --- a/python-pygments-pytest.spec +++ b/python-pygments-pytest.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-pygments-pytest -Version: 2.0.0 +Version: 2.1.0 Release: 0 Summary: A pygments lexer for pytest output License: MIT @@ -50,7 +50,7 @@ This library provides a pygments lexer called "pytest". %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%pytest -k 'not (test_different_test_types or test_too_long_summary_line or test_deprecated_raises_exec_failure or test_blank_code_line)' +%pytest %files %{python_files} %doc README.md diff --git a/v2.0.0.tar.gz b/v2.0.0.tar.gz deleted file mode 100644 index 68602e3..0000000 --- a/v2.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f5cc25d39cfcb2e0ecf8ace6772cdb69c2da50ad7a10249fb383aaf0a0468d9c -size 7268 diff --git a/v2.1.0.tar.gz b/v2.1.0.tar.gz new file mode 100644 index 0000000..93de485 --- /dev/null +++ b/v2.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bacbed2ecb53889d07460134b09bd0e9fc45c97195d7c4ef1bd9f782460236aa +size 6982