jlaska / pytest-github

Plugin for py.test that associates tests with github issues using a marker
MIT License
18 stars 9 forks source link

Fix broken tests and update tests to run in py3 #22

Closed kdelee closed 5 years ago

kdelee commented 5 years ago

Also fixup linter to run in py3 and update some formatting, update linters to run in py3 by default as py27 EOL is on its way.

Attempting to address "insecure dependency" warning on https://requires.io/github/jlaska/pytest-github/requirements/?branch=master by updating version of pyYAML :man_shrugging:

kdelee commented 5 years ago

@jlaska if we could also tag this and push a new release to pypi that would be good