Conversation
|
See #36 |
|
@IceflowRE Wow I fixed the same thing 😲 |
|
@IceflowRE did you run tests locally? What python version do you have? I ask this because I had issues with the |
|
I run tests with nose2 so i cant say much about tox. And no i run the tests via CI and only for python 3.6/(3.7), since i need the latest features of python ^^ |
|
Good to know. I guess then there is more going on on that CI server, because locally I could in no way make tests pass without that unicode keyword fix. I run python 3.6.3 to be exact. |
|
Sorry for the delay. Fixed by #36. Let me know if I missed something. |
When having a
filename=foo/bar/bazit would never be matched infilesproduced by os.walk.I just used os.path.exists, tests pass.
There is a an issue with py350 in tox config though.