-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
INTERNALERROR> AttributeError: can't set attribute with pytest 5.4.1 #6931
Comments
This should be fixed in pytest-sugar. There is a pending PR for that here: Teemu/pytest-sugar#188. I suggest subscribing to that PR, and pinning to pytest < 5.4.0 until it is released. |
Thank you @bluetech |
webknjaz
added a commit
to cherrypy/cheroot
that referenced
this issue
Mar 28, 2020
jaraco
pushed a commit
to cherrypy/cheroot
that referenced
this issue
Apr 10, 2020
webknjaz
added a commit
to cherrypy/cherrypy
that referenced
this issue
Apr 17, 2020
This was referenced Dec 25, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
pip list
from the virtual environment you are using:`$ pip list
Package Version
apipkg 1.5
appdirs 1.4.3
aspy.yaml 1.3.0
astroid 2.2.5
atomicwrites 1.3.0
attrs 19.3.0
avro-python3 1.9.0
backcall 0.1.0
bitarray 1.0.1
black 19.3b0
certifi 2019.11.28
cffi 1.14.0
cfgv 2.0.0
chardet 3.0.4
Click 7.0
conda 4.8.2
conda-package-handling 1.6.0
confluent-kafka 1.3.0
cryptography 2.8
Cython 0.29.13
decorator 4.3.0
docopt 0.6.2
dpath 1.4.2
entrypoints 0.3
et-xmlfile 1.0.1
execnet 1.7.1
fastavro 0.21.23
flake8 3.7.7
future 0.17.1
hdfs 2.5.8
hypothesis 5.5.1
ibis-framework 1.2.0
identify 1.4.5
idna 2.9
importlib-metadata 0.17
impyla 0.16.2
inflection 0.3.1
ipython 7.11.1
ipython-genutils 0.2.0
isort 4.3.20
javaproperties 0.5.2
JayDeBeApi 1.1.1
jdcal 1.4
jedi 0.12.1
JPype1 0.7.0
kafka-python 1.4.7
ksql 0.5.1.1
lazy-object-proxy 1.4.1
mccabe 0.6.1
more-itertools 7.0.0
multipledispatch 0.6.0
nodeenv 1.3.3
numpy 1.17.2
openpyxl 3.0.3
packaging 19.0
pandas 1.0.1
parso 0.3.1
pendulum 2.1.0
pexpect 4.6.0
pickleshare 0.7.4
pip 20.0.2
pipenv 2018.11.26
pluggy 0.12.0
ply 3.11
pre-commit 1.17.0
prompt-toolkit 2.0.9
psycopg2-binary 2.8.4
ptyprocess 0.6.0
py 1.8.0
py-spy 0.3.2
pyasn1 0.4.6
pycodestyle 2.5.0
pycosat 0.6.3
pycparser 2.20
pycryptodome 3.8.1
pyflakes 2.1.1
Pygments 2.2.0
PyHive 0.6.1
pykerberos 1.2.1
pylibmc 1.6.0
pylint 2.3.1
PyMySQL 0.9.3
pyOpenSSL 19.1.0
pyparsing 2.4.0
PySocks 1.7.1
pytest 5.3.5
pytest-base-url 1.4.1
pytest-forked 1.1.3
pytest-html 2.1.0
pytest-metadata 1.8.0
pytest-selenium 1.17.0
pytest-sugar 0.9.2
pytest-variables 1.9.0
pytest-xdist 1.31.0
python-dateutil 2.8.0
python3-ldap 0.9.8.4
pytz 2019.1
pytzdata 2019.3
PyYAML 5.1
records 0.5.3
regex 2019.8.19
requests 2.23.0
requests-kerberos 0.12.0
ruamel-yaml 0.15.80
sasl 0.2.1
selenium 3.141.0
setuptools 46.0.0.post20200311
simplegeneric 0.8.1
six 1.14.0
sortedcontainers 2.1.0
SQLAlchemy 1.3.13
tablib 1.1.0
termcolor 1.1.0
thrift 0.11.0
thrift-sasl 0.2.1
thriftpy 0.3.9
thriftpy2 0.4.0
toml 0.10.0
toolz 0.10.0
tqdm 4.43.0
traitlets 4.3.2
typed-ast 1.4.0
urllib3 1.25.7
vertica-python 0.10.2
virtualenv 16.1.0
virtualenv-clone 0.4.0
wcwidth 0.1.7
wheel 0.34.2
wrapt 1.11.2
zipp 0.5.1
`
pytest 5.4.1
OS - RHEL 6.10
The issue is resolved after downgrading pytest to 5.3.5
The text was updated successfully, but these errors were encountered: