config.py._consider_importhook assumes SOURCES.txt uses platform-specific separator while it is not #2591
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From here: https://svn.python.org/projects/sandbox/trunk/setuptools/doc/formats.txt
My
SOURCES.txt
has/
even on Windows.Now loo0k at
_pytest/config.py:1034
os.sep
should not be used here. It leads to errors like one module is considered to beis_simple_module
on **nix, but not on Windows.The text was updated successfully, but these errors were encountered: