-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
black==19.10b0 breaks CI #29341
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
Labels
Code Style
Code style, linting, code_checks
Milestone
Comments
yeah we likely need to pin the current version of black and update the codebase, care to do a PR? |
jreback
added a commit
to jreback/pandas
that referenced
this issue
Nov 2, 2019
jreback
added a commit
to jreback/pandas
that referenced
this issue
Nov 2, 2019
jreback
added a commit
that referenced
this issue
Nov 2, 2019
happy to do so or did you already take this on ? |
i pinned this but would love to have a PR to patch the codebase and update to the new version i think it’s backwards incompatible so would have to pin but that’s ok |
alright we will work on this then ! |
I've taken a look at this here: #29508 |
Reksbril
pushed a commit
to Reksbril/pandas
that referenced
this issue
Nov 18, 2019
proost
pushed a commit
to proost/pandas
that referenced
this issue
Dec 19, 2019
proost
pushed a commit
to proost/pandas
that referenced
this issue
Dec 19, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Code Sampl
Problem description
Currently if using
virtualenv
instead of conda, inPython 3.7.4
and pippip 19.3.1
the requirements automatically installblack==19.10b0
which differs from the conda workflow which install theblack==19.3b0
version.Expected Output
Git diff
Output of
pd.show_versions()
INSTALLED VERSIONS
commit : 0de9955
python : 3.7.4.final.0
python-bits : 64
OS : Darwin
OS-release : 18.7.0
machine : x86_64
processor : i386
byteorder : little
LC_ALL : en_US.UTF-8
LANG : en_US.UTF-8
LOCALE : en_US.UTF-8
pandas : 0.26.0.dev0+734.g0de99558b
numpy : 1.17.3
pytz : 2019.3
dateutil : 2.8.0
pip : 19.3.1
setuptools : 41.6.0
Cython : 0.29.14
pytest : 5.2.2
hypothesis : 4.42.6
sphinx : 2.2.1
blosc : 1.8.1
feather : None
xlsxwriter : None
lxml.etree : 4.4.1
html5lib : 1.0.1
pymysql : None
psycopg2 : None
jinja2 : 2.10.3
IPython : 7.9.0
pandas_datareader: None
bs4 : 4.7.1
bottleneck : 1.2.1
fastparquet : 0.3.2
gcsfs : None
lxml.etree : 4.4.1
matplotlib : 3.1.1
numexpr : 2.7.0
odfpy : None
openpyxl : 3.0.0
pandas_gbq : None
pyarrow : 0.15.1
pytables : None
s3fs : None
scipy : 1.3.1
sqlalchemy : None
tables : 3.6.1
xarray : None
xlrd : None
xlwt : None
xlsxwriter : None
The text was updated successfully, but these errors were encountered: