-
Notifications
You must be signed in to change notification settings - Fork 14
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 #139
Conversation
b959c40
to
9f6746f
Compare
Rebased on master |
Switched to using https://hub.docker.com/repository/docker/ispyb/ispyb-pydb published from https://github.com/ispyb/ispyb-docker-pydb |
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.
I was able to run the tests.
I only added requests as a dependency on requirements-dev.txt since the fastapi test client was missing it.
Also I excluded the folder "venv" within the setup.cfg for flake8. This is basically just convenient for people like me using Pycharm and the default virtual environments created by Pycharm.
Thanks for your review and changes! |
Try to fix tests by: