-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Add tests capturing expected distutils behavior. #2315
Conversation
The tests are failing on Windows presumably due to a bug in pytest-virtualenv or subprocess where |
While working on a test to capture the failure on Windows, I run into another failure on pytest-virtualenv. |
The test is failing due to man-group/pytest-plugins#166. I think probably I'll need to find another library to support virtualenv-based testing reliably. |
…araco.envs.VirtualEnv and build a bespoke fixture with a run command.
fa4713e
to
41deeb7
Compare
Hmm. Now there are new errors when executing on Windows:
WTH? |
I'm wondering if it might be easier to get "test as installed" working for at least a subset of the tests? Thanks for all this effort. I'd try to help but the power at my house has been out since Tuesday (and I'm at an out of town event today). |
Some searching led me to others who've had the problem. It seems that |
d6ec58c
to
ac6aaf2
Compare
If with the SYSTEMROOT fix, the tests are still failing for me locally on Windows (in particular, test_distutils_local_with_setuptools). I'm trying to figure out why. |
f9fd812
to
177cd6d
Compare
177cd6d
to
47ae38f
Compare
Add three tests to capture the expected and anticipated behavior for distutils adoption.
Ref #417