-
Notifications
You must be signed in to change notification settings - Fork 91
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 failing on Ubuntu 20.04 (focal) with python 3.8.2 #550
Comments
Sorry, seem to have missed this issue... All failing tests don't find the I see that you are collectiing and running the tests using pytest. Some of the tests (the ones using the |
Actually, this can probably be done in the tests - I will have a look at this. |
- import fs in conftest.py used in tests - remove tests for deprecated function - see #550
@nicolashainaux - this shall be fixed in master, can you test this with master? If it works, I will probably make a new release. |
Hello, Sorry for the delay, I wasn't expecting such a quick answer and was pretty busy too. Thank you for this very quick answer!! So, I've tested on the virtual machine, I get much better results:
The tests end in green, so I guess this is OK. I don't know what "xfailed" are about, though. |
|
Hello, this seems to work fine. I could upload to launchpad and the build succeeded there, so I could add the PPA to my virtual machine and I needed to package Actually, I will need to test if my package does work fine with my tests for the other project. It should 😄 If it doesn't, I'll reopen this issue or open a new one, depending on the problem, but I think it won't be necessary. If the package can make its way to the official repositories, then probably a new release would be necessary. But getting to the official repositories is a longer process. Also, I think it cannot be available for the current Ubuntu version, it can only be available for the next one, in the best case. That would be actually very good and the best solution for me. Maybe I'll try to initiate it. The fact that it could be built for a PPA is (in my opinion) already a good thing: it means that the minimal work to package it is already done and OK. Many thanks for your help and quick answers!! |
Ok, thank you - in this case we will wait with a release until some more changes accumulate. Having pyfakefs in some Ubuntu release would be nice - thanks for considering this! |
I'm trying to package pyfakefs for Ubuntu focal and the build on launchpad fails. I have reproduced the same error on a Virtual Box Ubuntu: a bunch of python3 related packages were already installed for another package (debhelper, dh-python, python3-all, python3-setuptools, tox, python3-pytest, python3-pytest-cov), so I just git cloned the repo (but I also tested with the latest release) and in master branch, ran
pytest-3
.I've pasted the results here.
You can check the build log, that contains the same tests errors here (quite at bottom of the page).
Environment
The text was updated successfully, but these errors were encountered: