We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
=========================================================================== test session starts ============================================================================ platform linux -- Python 3.8.9, pytest-6.2.3, py-1.10.0, pluggy-0.13.1 rootdir: /home/tkloczko/rpmbuild/BUILD/pathspec-0.8.1 plugins: forked-1.3.0, shutil-1.7.0, virtualenv-1.7.0, asyncio-0.14.0, expect-1.1.0, cov-2.11.1, mock-3.5.1, httpbin-1.0.0, xdist-2.2.1, flake8-1.0.7, timeout-1.4.2, betamax-0.8.1, pyfakefs-4.4.0, freezegun-0.4.2, flaky-3.7.0, cases-3.4.6, hypothesis-6.10.1, case-1.5.3, isort-1.3.0 collected 48 items pathspec/tests/test_gitwildmatch.py ......................s.s... [ 58%] pathspec/tests/test_pathspec.py ........ [ 75%] pathspec/tests/test_util.py ............ [100%] ========================================================================= short test summary info ========================================================================== SKIPPED [1] pathspec/tests/test_gitwildmatch.py:421: Python 3 is strict SKIPPED [1] pathspec/tests/test_gitwildmatch.py:440: Python 3 is strict ====================================================================== 46 passed, 2 skipped in 0.13s =======================================================================
The text was updated successfully, but these errors were encountered:
Are you asking about the two skipped tests? If so, those are Python 2 only tests which are skipped by Python 3.
Sorry, something went wrong.
Python 2.x is already EOLed (almos 1.5 year) so probab;y it would be good to remove that code.
EOL Python versions have been removed (2.7, 3.5, 3.6).
No branches or pull requests
The text was updated successfully, but these errors were encountered: