You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jhpalmieri - thanks for digging this up. It's a name clash between (generated) conftest.py used in checking Sage's Python, and conftest.py introduced by this PR, and used by pytest. It's probably a standard name for pytest, so we'd need to rename conftest.py in the macros used by ./configure. I'll try to fix this. @tobiasdiez