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

Version Upper Limit #77

Open
tslever opened this issue Jul 17, 2024 · 1 comment
Open

Version Upper Limit #77

tslever opened this issue Jul 17, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@tslever
Copy link

tslever commented Jul 17, 2024

Describe the bug
Your README requires pytest>=4.6. Installation only succeeded for pytest<=8.2.0.

To Reproduce

  • pylint: 3.2.3
  • pytest: 8.2.0
  • pylint-pytest: 1.1.8

(add any relevant pylint/pytest plugin here)

Folder structure

$ tree -L 2

.
├── LICENSE
├── README.md
├── Text_IDs.csv
├── __pycache__
│   ├── conftest.cpython-310-pytest-8.2.0.pyc
│   └── conftest.cpython-310-pytest-8.2.2.pyc
├── clean_text.sh
├── conftest.py
├── env
│   ├── bin
│   ├── include
│   ├── lib
│   ├── lib64 -> lib
│   └── pyvenv.cfg
├── get_the_books.sh
├── makefile
├── pylintrc
├── pyproject.toml
├── pytest.ini
├── pytest.log
├── requirements.txt
├── src
│   ├── __init__.py
│   ├── __pycache__
│   └── pkg_tsl2b
└── tests
    ├── __pycache__
    ├── fixtures.py
    ├── test_cleaner.py
    ├── test_system.py
    ├── test_that_fails.py
    ├── test_tokenizer.py
    ├── test_word_counter.py
    └── utilities.py

File content

pylint output with the plugin

(Optional) pytest output from fixture collection

$ pytest --fixtures --collect-only <path/to/test/module.py>
<paste output here, can omit the built-ins>

Expected behavior
pylint should work with pytest 8.2.2.

Additional context
Add any other context about the problem here.

@tslever tslever added the bug Something isn't working label Jul 17, 2024
@stdedos
Copy link
Collaborator

stdedos commented Jul 17, 2024

This is #67 / b493935 - and will be fixed eventually for v2

kernicPanel added a commit to openfun/django-peertube-runner-connector that referenced this issue Aug 28, 2024
We need to keep pytest to 8.2.0 until
pylint-dev/pylint-pytest#77 is fixed.
kernicPanel added a commit to openfun/django-peertube-runner-connector that referenced this issue Aug 28, 2024
We need to keep pytest to 8.2.0 until
pylint-dev/pylint-pytest#77 is fixed.
kernicPanel added a commit to openfun/django-peertube-runner-connector that referenced this issue Oct 17, 2024
We need to keep pytest to 8.2.0 until
pylint-dev/pylint-pytest#77 is fixed.
kernicPanel added a commit to openfun/django-peertube-runner-connector that referenced this issue Oct 21, 2024
We need to keep pytest to 8.2.0 until
pylint-dev/pylint-pytest#77 is fixed.
kernicPanel added a commit to openfun/django-peertube-runner-connector that referenced this issue Oct 21, 2024
We need to keep pytest to 8.2.0 until
pylint-dev/pylint-pytest#77 is fixed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants