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

Do not install py2 test dependencies inside py3 #302

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

smotornyuk
Copy link
Member

@smotornyuk smotornyuk commented Sep 17, 2021

It's not critical, but these libraries can break a lot of pytest plugins. For example, pytest-randomly(I'm using it), which runs tests in random order.
Anyway, there is no reason to install these dependencies inside py3 environment

PS these libraries will be installed in py3 as a dependency of beautiful soup, without version restrictions

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

Successfully merging this pull request may close these issues.

None yet

1 participant