-
Notifications
You must be signed in to change notification settings - Fork 678
Odd test variations based on download source #806
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
Comments
Which tests specifically fail? |
the two links are log files of the test output. |
pandas-0.24.2 - pytest 4.5.0 so both ports need updating. But besides the updates, how can the 0.9.0 tarball from github and 0.9.0 from pypi give different results when they are using the same modules? Between the two tests the pandas-datareader source tarball is the only changing factor. |
What is the syntax fo the pytest command is used to involke the test? |
The cmd used with the logs is |
And what is $WRKSRC? |
Add tester to fully test install Fix issues related to testing installed package Update isort closes pydata#806
Add tester to fully test install Fix issues related to testing installed package Update isort closes pydata#806
Add tester to fully test install Fix issues related to testing installed package Update isort closes pydata#806
I have found the issue; it won't be fixed until 0.9.1. |
Add tester to fully test install Fix issues related to testing installed package Update isort closes pydata#806
When 0.9.0 was released I saw some extra test failures compared to rc1. I have since found that the test results from github tag of 0.9.0 are different than the 0.9.0 release available from pypi.
Comparing the tarball from github and pypi, I see
setup.cfg
varies in formatting (spaces/tabs), while_version.py
has >500 lines different. As the shorter_version.py
should be output from the repo script, I don't expect either should cause variations in tests.This is running on FreeBSD 12.1 amd64
0.9.0-github
1 failed, 113 passed, 56 skipped, 3 xfailed, 1 xpassed
0.9.0-pypi
1 failed, 109 passed, 56 skipped, 3 xfailed, 1 xpassed, 1 warnings, 4 error
The text was updated successfully, but these errors were encountered: