-
-
Notifications
You must be signed in to change notification settings - Fork 526
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
tests require easy_install, removed from setuptools 52+ #1893
Labels
bug:normal
affects many people or has quite an impact
Comments
Feel free to fill in a PR to fix it 👍🏻 thanks for catching this. |
I'm investigating. |
I don't understand the purpose of this assert: Line 81 in a42ff11
Can I safely replace the string with |
Yes 👍🏻 It just tests that a command specified as a path works 👍🏻 |
hroncok
added a commit
to hroncok/tox
that referenced
this issue
Feb 2, 2021
6 tasks
gaborbernat
pushed a commit
that referenced
this issue
Feb 2, 2021
clrpackages
pushed a commit
to clearlinux-pkgs/tox
that referenced
this issue
Feb 4, 2021
commit ff9990a2bf4e6540768b6371f2dd4c1d19014a30 Author: Bernát Gábor <[email protected]> Date: Tue Feb 2 19:14:39 2021 +0000 release 3.21.4 commit 7355b6559801cff3a2249eb3865eaf6f6887c26c Author: Miro Hrončok <[email protected]> Date: Tue Feb 2 20:13:01 2021 +0100 Adapt tests not to assume easy_install exists, it was removed from setuptools (#1894) Fixes tox-dev/tox#1893
ssbarnea
pushed a commit
to ssbarnea/tox
that referenced
this issue
Apr 19, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I just wanted to build tox in Fedora after we have upgraded to setuptools 52 (no more easy_install) and two tests seem to be affected by the removal:
The error is
tox.exception.InvocationError: InvocationError for command could not find executable easy_install
The text was updated successfully, but these errors were encountered: