Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.8.1: pytest warnings #47

Closed
kloczek opened this issue Apr 28, 2021 · 3 comments
Closed

0.8.1: pytest warnings #47

kloczek opened this issue Apr 28, 2021 · 3 comments

Comments

@kloczek
Copy link

kloczek commented Apr 28, 2021

=========================================================================== 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 =======================================================================
@cpburnz
Copy link
Owner

cpburnz commented May 31, 2021

Are you asking about the two skipped tests? If so, those are Python 2 only tests which are skipped by Python 3.

@kloczek
Copy link
Author

kloczek commented May 31, 2021

Python 2.x is already EOLed (almos 1.5 year) so probab;y it would be good to remove that code.

@cpburnz
Copy link
Owner

cpburnz commented Aug 13, 2022

EOL Python versions have been removed (2.7, 3.5, 3.6).

@cpburnz cpburnz closed this as completed Aug 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants