-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
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
BUG: test_binops fails in multiple variations on 1.4.2 #46618
Comments
@mweinelt Thanks for the report
This worked in 1.4.1? |
I think it was due to some dependency upgrade, so it broke in 1.4.1 as well. I'm trying to narrow it down right now, my first suspects would be numpy (ugprade from 1.21.5 to 1.22.3) and hypothesis (upgrade from 6.38.0 to 6.40.0 and later 6.41.0). Updates:
|
removing milestone for now until it is clear where the problem is. |
Do you have pytest-randomly installed? The tracebacks looks similar to #34373 so might be a duplicate |
No, we never had |
Possibly another dependency installed it? Apparently this package caused the same failures #34373 (comment) |
Closing as duplicate, this seems to be caused by running the tests on more than one core |
Pandas version checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pandas.
I have confirmed this bug exists on the main branch of pandas.
Reproducible Example
I'm running the test suite.
Issue Description
I see
tests/generic/test_finalize.py::test_binops
failing in a number of variations on pandas 1.4.2.Expected Behavior
Ideally tests should pass, we run them to verify our packaging in NixOS works.
Installed Versions
INSTALLED VERSIONS
commit : 4bfe3d0
python : 3.9.11.final.0
python-bits : 64
OS : Linux
OS-release : 5.16.15
Version : #1-NixOS SMP PREEMPT Wed Mar 16 13:26:52 UTC 2022
machine : x86_64
processor :
byteorder : little
LC_ALL : None
LANG : en_US.UTF-8
LOCALE : en_US.UTF-8
pandas : 1.4.2
numpy : 1.22.3
pytz : 2022.1
dateutil : 2.8.2
pip : None
setuptools : None
Cython : None
pytest : None
hypothesis : None
sphinx : None
blosc : None
feather : None
xlsxwriter : None
lxml.etree : None
html5lib : None
pymysql : None
psycopg2 : None
jinja2 : None
IPython : None
pandas_datareader: None
bs4 : None
bottleneck : None
brotli : None
fastparquet : None
fsspec : None
gcsfs : None
markupsafe : None
matplotlib : None
numba : None
numexpr : None
odfpy : None
openpyxl : None
pandas_gbq : None
pyarrow : None
pyreadstat : None
pyxlsb : None
s3fs : None
scipy : None
snappy : None
sqlalchemy : None
tables : None
tabulate : None
xarray : None
xlrd : None
xlwt : None
zstandard : None
The text was updated successfully, but these errors were encountered: