Hi,
It seems like the performance benchmark suite is broken since pip 10 has been released (April 2018). The previous release was performance 0.6.1.
By the way, https://speed.python.org/ seems to be down :-(
Version 0.7.0 changes:
python_startup: Add
--exit
option.Update requirements:
- certifi: 2017.11.5 => 2018.10.15
- Chameleon: 3.2 => 3.4
- Django: 1.11.9 => 1.11.16
- dulwich: 0.18.6 => 0.19.6
- Genshi: 0.7 => 0.7.1
- mercurial: 4.4.2 => 4.7.2
- pathlib2: 2.3.0 => 2.3.2
- psutil: 5.4.3 => 5.4.7
- SQLAlchemy: 1.2.0 => 1.2.12
- sympy: 1.1.1 => 1.3
Fix issue #40 for pip 10 and newer: Remove indirect dependencies. Indirect dependencies were used to install cffi, but Mercurial 4.0 doesn't depend on cffi anymore.
Victor
Hi,
Sadly genshi and chameleon benchmarks are broken on the master branch of Python (future Python 3.8):
https://github.com/python/performance/issues/46 https://github.com/python/performance/issues/47
I just disabled the two benchmarks in performance. I reported the issues upstream. I will see if the upstream reacts quickly enough (so I can reenable the two benchmarks), or if I should release performance 0.7.1 with the benchmarks disabled.
Victor Le mar. 16 oct. 2018 à 17:01, Victor Stinner <vstinner@redhat.com> a écrit :
Hi,
It seems like the performance benchmark suite is broken since pip 10 has been released (April 2018). The previous release was performance 0.6.1.
By the way, https://speed.python.org/ seems to be down :-(
Version 0.7.0 changes:
python_startup: Add
--exit
option.Update requirements:
- certifi: 2017.11.5 => 2018.10.15
- Chameleon: 3.2 => 3.4
- Django: 1.11.9 => 1.11.16
- dulwich: 0.18.6 => 0.19.6
- Genshi: 0.7 => 0.7.1
- mercurial: 4.4.2 => 4.7.2
- pathlib2: 2.3.0 => 2.3.2
- psutil: 5.4.3 => 5.4.7
- SQLAlchemy: 1.2.0 => 1.2.12
- sympy: 1.1.1 => 1.3
Fix issue #40 for pip 10 and newer: Remove indirect dependencies. Indirect dependencies were used to install cffi, but Mercurial 4.0 doesn't depend on cffi anymore.
Victor
participants (1)
-
Victor Stinner