-
Notifications
You must be signed in to change notification settings - Fork 33
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
Lots of warnings when running test suite #111
Comments
For the record, I am using:
I've noticed in other issues that this repo is pinning to python 3.6 for Binder. Will set up an env for 3.6 and see if I get the same output. |
So, mixed results to setting up an environment. Here's what I did:
The amount of warnings were greatly reduced! Warnings output
But now 7 tests are failing instead of 1:
|
Hi @sgibson91! Are the following tests passed when you run them locally?
When I tried running tests, 3/4 tests from regresstion_test.py module failed. Only |
Hi @wingedRuslan !
|
@sgibson91 I think the extra 6 failing tests are mostly due to me abusing pytest (because when I wrote the earliest tests in scona I had no idea what I was doing). Ideally I will be able to fix this so that it makes sense in 3.6 or 3.7 re the warnings, I am seeing the same three things popping up over and over again:
I will self assign and iron these out, thanks for the detective work 🕵️♀️ |
I've made some changes in the |
closing |
While replicating #109, I noticed a lot of warnings logged from the command
python3 -m pytest -v
. They are a mixture ofDeprecationWarning
s andRemovedInPytest4Warning
s.I've pasted the output below the fold so we can track which packages need updating.
Output
The text was updated successfully, but these errors were encountered: