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? 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
In GitLab by @wiz on Sep 28, 2016, 24:37
When building flake8 3.0.4 with python-3.5.2 on NetBSD and running the tests, I see the following failure:
running pytest error: error in setup.cfg: command 'PyTest' has no such option 'norecursedirs' *** Error code 1
This problem is discussed in more detail in pytest-dev/pytest#567
The solution is to use [tool:pytest] instead of [pytest] and use pytest 3.0.1 (I think).
[tool:pytest]
[pytest]
The text was updated successfully, but these errors were encountered:
In GitLab by @sigmavirus24 on Oct 20, 2018, 10:29
closed
Sorry, something went wrong.
No branches or pull requests
In GitLab by @wiz on Sep 28, 2016, 24:37
When building flake8 3.0.4 with python-3.5.2 on NetBSD and running the tests, I see the following failure:
This problem is discussed in more detail in
pytest-dev/pytest#567
The solution is to use
[tool:pytest]
instead of[pytest]
and use pytest 3.0.1 (I think).The text was updated successfully, but these errors were encountered: