- 17 May, 2020 7 commits
-
-
Godefroid Chapelle authored
Solution: run with Debian container on GH
-
Godefroid Chapelle authored
Solution: pass environment properly, pass USERPROFILE
-
Godefroid Chapelle authored
Solution: fix them
-
Godefroid Chapelle authored
Solution: fix the testing suite speed hack that depends on environment variables by avoiding - in env var name.
-
Godefroid Chapelle authored
Solution: Add a GH workflow
-
Godefroid Chapelle authored
Solution: monkeypatch `setuptools.packageIndex` with code from `pip._internal`. Because it depends on `pip._internal`, it is fragile. As a first defense against breakage, imports are protected. In case they would fail, buildout still works.
-
Godefroid Chapelle authored
Solution: Use `pip install` The meat of the change is in src/zc/buildout/easy_install.py Some tests had to be refactored a bit to make them more robust. `tox` is removed to avoid issues due to sharing the same directory between different virtual environments; `Makefile` enriched to make per python virtual envs depend on source files. No need to be afraid of default Python install as we depend on `pip`. `bootstrap.py` is gone as not needed anymore.
-
- 11 May, 2020 2 commits
-
-
Godefroid Chapelle authored
-
Godefroid Chapelle authored
-
- 09 May, 2020 2 commits
-
-
Godefroid Chapelle authored
by patching `pkg_resources.Distribution`.
-
Godefroid Chapelle authored
Run Travis tests in CentOS container. Tests under Python 2.7 are temporarily disabled.
-
- 08 May, 2020 5 commits
-
-
Godefroid Chapelle authored
Centos container on Github Actions
-
Godefroid Chapelle authored
-
Godefroid Chapelle authored
-
Godefroid Chapelle authored
register combine and report with atexit
-
Godefroid Chapelle authored
-
- 11 Feb, 2020 4 commits
-
-
Michael Howitz authored
[ci skip]
-
Michael Howitz authored
[ci skip]
-
Michael Howitz authored
-
Michael Howitz authored
-
- 14 Jan, 2020 2 commits
-
-
Godefroid Chapelle authored
[actions] fix scripts and setuptools-master workflows build for 2.7 was broken by new release of more-itertools
-
Godefroid Chapelle authored
-
- 28 Nov, 2019 1 commit
-
-
Reinout van Rees authored
Use Github Actions for smoke tests
-
- 26 Nov, 2019 2 commits
-
-
Godefroid Chapelle authored
to generate scripts
-
Godefroid Chapelle authored
run buildout and check which files are downloaded and which eggs are installed
-
- 15 Nov, 2019 1 commit
-
-
Reinout van Rees authored
Fix simple typo: expecially -> especially
-
- 14 Nov, 2019 1 commit
-
-
Tim Gates authored
-
- 21 Aug, 2019 1 commit
-
-
Michael Howitz authored
Fixes #484.
-
- 20 Aug, 2019 1 commit
-
-
Marius Gedminas authored
Fix typo.
-
- 03 Jul, 2019 4 commits
-
-
Reinout van Rees authored
[ci skip]
-
Reinout van Rees authored
[ci skip]
-
Reinout van Rees authored
-
Reinout van Rees authored
Avoid DeprecationWarning: 'U' mode is deprecated (Version 2)
-
- 14 May, 2019 2 commits
-
-
Marius Gedminas authored
Now the deprecation warning itself is fixed, we no longer need to suppress it to have the tests pass.
-
Marius Gedminas authored
Add a RENormalizer so the easy_install.txt will be happy with scripts generated on Python 2 (using open(..., 'U')) and on Python 3 (using just open(...)). This was suggested by @sallner.
-
- 30 Mar, 2019 1 commit
-
-
Laurence Rowe authored
Python 3.7 began warning about open's 'U' mode. Universal newline mode (newline=None) is default in Python 3 so avoid specifying it on Python 3.
-
- 22 Feb, 2019 1 commit
-
-
Fred Drake authored
Update Trove classifiers and URL - update list of supported python versions - point to github instead of the old cheeseshop site
-
- 21 Feb, 2019 1 commit
-
-
Michael Howitz authored
-
- 07 Feb, 2019 1 commit
-
-
Jürgen Gmach authored
-
- 29 Jan, 2019 1 commit
-
-
Reinout van Rees authored
[ci skip]
-