-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
On startup: AttributeError: 'str' object has no attribute 'pattern' #6472
Comments
If you run |
Issues which look somewhat related:
So you might want to try upgrading your |
@The-Compiler Thanks, that clarifies the issue. But then I think Pytest should also update its requirements. It should not depend on a broken package. |
@rubik it doesn't, in python3.8 we don't use |
you're on a very old version of pytest which is probably why it's being pulled in erroneously |
@asottile My bad, you are right. There was another package pinning it down. Thanks, for the help. |
Pytest fails on startup with the following traceback:
Python version: 3.8.1
Pytest version: 4.5.0
OS: Archlinux 5.4.3
Other packages:
The text was updated successfully, but these errors were encountered: