This repository has been archived by the owner on Dec 8, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
0.3.0 found my fixtures; 1.1.2 cannot. #20
Open
nedbat opened this issue
Jun 22, 2021
· 1 comment
· Fixed by pylint-dev/pylint-pytest#15 · May be fixed by #22
Open
0.3.0 found my fixtures; 1.1.2 cannot. #20
nedbat opened this issue
Jun 22, 2021
· 1 comment
· Fixed by pylint-dev/pylint-pytest#15 · May be fixed by #22
Labels
bug
Something isn't working
Comments
nedbat
pushed a commit
to nedbat/scriv
that referenced
this issue
Jun 22, 2021
This avoids mysterious errors: reverbc/pylint-pytest#20
nedbat
pushed a commit
to nedbat/scriv
that referenced
this issue
Jun 22, 2021
This avoids mysterious errors: reverbc/pylint-pytest#20
nedbat
pushed a commit
to nedbat/scriv
that referenced
this issue
Jun 22, 2021
This avoids mysterious errors: reverbc/pylint-pytest#20
nedbat
pushed a commit
to nedbat/scriv
that referenced
this issue
Jun 22, 2021
This avoids mysterious errors: reverbc/pylint-pytest#20
See also #16 |
webknjaz
added a commit
to sanitizers/octomachinery
that referenced
this issue
Aug 18, 2021
Refs: * reverbc/pylint-pytest#20 * reverbc/pylint-pytest#21 TODO: Revert once reverbc/pylint-pytest#22 is merged.
stdedos
pushed a commit
to pylint-dev/pylint-pytest
that referenced
this issue
Feb 24, 2023
This change applies the pre-existing patterns to identify if the files with collection problems are tests. It is then used to eliminate the false-positives of F6401 (cannot-enumerate-pytest-fixtures). As a side effect, this patch also includes precise file paths that may be used to reproduce the problem. Fixes reverbc#20 Fixes reverbc#21 Signed-off-by: Stavros Ntentos <133706+stdedos@users.noreply.github.com>
stdedos
pushed a commit
to pylint-dev/pylint-pytest
that referenced
this issue
Feb 24, 2023
This change applies the pre-existing patterns to identify if the files with collection problems are tests. It is then used to eliminate the false-positives of F6401 (cannot-enumerate-pytest-fixtures). As a side effect, this patch also includes precise file paths that may be used to reproduce the problem. Fixes reverbc#20 Fixes reverbc#21 _Replayed; Source PR: https://github.com/reverbc/pylint-pytest/pull/22_ Signed-off-by: Stavros Ntentos <133706+stdedos@users.noreply.github.com>
stdedos
added a commit
to stdedos/pylint-pytest
that referenced
this issue
Oct 18, 2023
This change applies the pre-existing patterns to identify if the files with collection problems are tests. It is then used to eliminate the false-positives of F6401 (cannot-enumerate-pytest-fixtures). As a side effect, this patch also includes precise file paths that may be used to reproduce the problem. Fixes reverbc#20 Fixes reverbc#21 Signed-off-by: Sviatoslav Sydorenko <wk@sydorenko.org.ua> _Replayed; Source PR: https://github.com/reverbc/pylint-pytest/pull/22_ Additionally, satisfied the https://github.com/pylint-dev/pylint-pytest's `.pre-commit-config.yaml` Signed-off-by: Stavros Ntentos <133706+stdedos@users.noreply.github.com>
stdedos
added a commit
to stdedos/pylint-pytest
that referenced
this issue
Oct 19, 2023
This change applies the pre-existing patterns to identify if the files with collection problems are tests. It is then used to eliminate the false-positives of F6401 (cannot-enumerate-pytest-fixtures). As a side effect, this patch also includes precise file paths that may be used to reproduce the problem. Fixes reverbc#20 Fixes reverbc#21 Signed-off-by: Sviatoslav Sydorenko <wk@sydorenko.org.ua> _Replayed; Source PR: https://github.com/reverbc/pylint-pytest/pull/22_ Additionally, satisfied the https://github.com/pylint-dev/pylint-pytest's `.pre-commit-config.yaml` Signed-off-by: Stavros Ntentos <133706+stdedos@users.noreply.github.com>
stdedos
added a commit
to pylint-dev/pylint-pytest
that referenced
this issue
Oct 23, 2023
This change applies the pre-existing patterns to identify if the files with collection problems are tests. It is then used to eliminate the false-positives of F6401 (cannot-enumerate-pytest-fixtures). As a side effect, this patch also includes precise file paths that may be used to reproduce the problem. Fixes reverbc#20 Fixes reverbc#21 Signed-off-by: Sviatoslav Sydorenko <wk@sydorenko.org.ua> _Replayed; Source PR: https://github.com/reverbc/pylint-pytest/pull/22_ Additionally, satisfied the https://github.com/pylint-dev/pylint-pytest's `.pre-commit-config.yaml` Signed-off-by: Stavros Ntentos <133706+stdedos@users.noreply.github.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
The main branch of https://github.com/nedbat/scriv uses pylint-pytest 0.3.0. Running "tox -e quality" succeeds.
The nedbat/no-travis branch updated dependencies, and now uses pylint-pytest 1.1.2. Pylint now fails with:
When I run the suggested command, I don't see any indication of a problem, or how to fix it:
Why does the newer version fail to find fixtures? What am I supposed to do to fix it? Thanks.
The text was updated successfully, but these errors were encountered: