Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check failing flake tests #14

Open
santosomar opened this issue Jul 28, 2022 · 1 comment
Open

Check failing flake tests #14

santosomar opened this issue Jul 28, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@santosomar
Copy link
Contributor

Run # stop the build if there are Python syntax errors or undefined names
10
./openVulnQuery/_library/_compatibility.py:2:23: F821 undefined name 'basestring'
11
string_or_bytes = basestring
12
^
13
1 F821 undefined name 'basestring'

@santosomar santosomar self-assigned this Jul 28, 2022
@santosomar
Copy link
Contributor Author

Also several tests were failing because of the mock module. In newer versions of Python from unittest import mock should be used instead. Thank you @mschuele2

@santosomar santosomar added the bug Something isn't working label Sep 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant