official-stockfish / fishtest

The Stockfish testing framework
https://tests.stockfishchess.org/tests
276 stars 128 forks source link

fishtest Pyramid project files outdated #1280

Open ppigazzini opened 2 years ago

ppigazzini commented 2 years ago

The fishtest Pyramid project files are now a bit outdated with respect to those created with the latest Pyramid cookiecutter https://docs.pylonsproject.org/projects/pyramid/en/latest/narr/project.html

The latest version of setuptools (60.9.0) just released doesn't work with our setup.py format.

python3 -m venv env
env/bin/python3 -m pip install --upgrade pip
env/bin/python3 -m pip install --upgrade cookiecutter
env/bin/python3 -m pip cookiecutter gh:Pylons/pyramid-cookiecutter-starter
ppigazzini commented 2 years ago

Fast fix to work with latest setuptools #1281

vdbergh commented 1 month ago

I guess this is fixed by now. Can be closed.