config.py._consider_importhook assumes SOURCES.txt uses platform-specific separator while it is not #2591
Labels
good first issue
easy issue that is friendly to new contributor
type: bug
problem that needs to be addressed
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: