diff options
| author | Romanos Skiadas <rski@arista.com> | 2020-06-26 01:54:00 +0100 |
|---|---|---|
| committer | Jon <jonringer@users.noreply.github.com> | 2020-09-13 10:03:53 -0700 |
| commit | 5e891fd07339fa6e388e75e07637e8de1088cca1 (patch) | |
| tree | 294387027dd49478c269cf5a65bab7fb085e4402 /pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch | |
| parent | 22d021337680cf97ef399c7fc480c19404ffbd71 (diff) | |
python3Packages.jenkinsapi: fix build
nix-env -f default.nix -iA python38Packages.jenkinsapi now works.
Here is a list of all the things done:
- fixed the dependency list which was lacking some packages
- changed checkPhase. This called python setup.py test by default,
which is very much not what jenkinsapi does upstream. This resulted in
simple_post_logger.py being imported, which called serve_forever(),
manifesting as a hang
- tox decided to install pbr every time and fails and also tried to
run tests across multiple python versions, so I just made checkPhase
call pylint/pycodestyle/py.test directly.
- disabled systests which try to run jenkins
- disabled misc broken tests. There are some calls in them that should
have been mocked but the mocks don't take effect for some reason,
resulting in failed requests to localhost.
- removed needless inputs. nose and unittest2 are not needed, not even
in python2
- disabled tests on darwin, as requests-kerberos is apparently broken
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch')
0 files changed, 0 insertions, 0 deletions
