-
Notifications
You must be signed in to change notification settings - Fork 26
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
tests: fix run-test #702
tests: fix run-test #702
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
run_test failed on tests/api/test_items_rest.py
I've seen that the tests on travis did not work, but have you tried it locally? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Got the same fix here!
Looks good to me.
locally the tests pass |
4a70606
to
8ffd60a
Compare
8ff7280
to
7b7309d
Compare
0e28277
to
412b1a9
Compare
cfd43b7
to
8ef76af
Compare
* Corrects problem with pytest 5.3.3 * Corrects problems with isort. * Corrects problems with item availability test Co-Authored-by: Peter Weber <[email protected]>
Why are you opening this PR?
How to test?
./run-test.sh
Code review check list