Skip to content

Conversation

matejcik
Copy link

@matejcik matejcik commented Mar 3, 2017

test_regressions.py is running a python subprocess, but it is using the "python" it finds on PATH, instead of the same executable that is running the test.

This could mean that it is testing the wrong thing (if the generic executable is using a different home path) or wrong version of Python (which also means that it creates stray pycs for the other version).

@RonnyPfannschmidt RonnyPfannschmidt merged commit 7a0b710 into pypa:master Mar 3, 2017
@RonnyPfannschmidt
Copy link
Contributor

good find, thanks for the fix

@RonnyPfannschmidt
Copy link
Contributor

oh fml

@matejcik it seems to have broken the windows tests due to path issues

@RonnyPfannschmidt
Copy link
Contributor

@matejcik can you take a look at fixing this one, it was my oversight to merge before the windows tests passed, and now i have an obligation to undo the fix because it doesnt work on windows

@matejcik
Copy link
Author

matejcik commented Mar 3, 2017

sorry, don't have a windows env to test it. are there buildbots i can look at or anything?

@RonnyPfannschmidt
Copy link
Contributor

@matejcik we do have a windows ci for pull requests, https://ci.appveyor.com/project/RonnyPfannschmidt/setuptools-scm-r14ad/build/1.0.126

it will build on pull requests, i am simply guilty of merging too early because your pr looked so good and i completely forgot about windows

@matejcik
Copy link
Author

matejcik commented Mar 3, 2017

oh, it's there hidden under the little X

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.

2 participants