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
I am currently working on implementing a fix to #273 and #263. Performing the first run of the tox.yml workflow I noticed that two tests are currently failing in the master branch:
I am currently working on implementing a fix to #273 and #263. Performing the first run of the
tox.yml
workflow I noticed that two tests are currently failing in the master branch:git/test_invocations.py::DistutilsRepo::test_sdist
git/test_invocations.py::DistutilsRepo::test_sdist_subproject
The error is the same in each case: I find that
actually holds true, whereas it should be false. Namely the
t.getnames()
evaluates to the following list:What could have caused this?
The text was updated successfully, but these errors were encountered: