Commit Graph

25 Commits

Author SHA1 Message Date
Alex Willmer 3d350643a9 tests: Tighten requirements.txt, due to new package releases
Attempt to fix

Collecting hdrhistogram==0.6.1 (from -r tests/ansible/requirements.txt
(line 2))
Downloading
2422ad2ad90047d3b9f73061e8696f/hdrhistogram-0.6.1.tar.gz
(61kB)
    Complete output from command python setup.py egg_info:
    Couldn't find index page for 'pbr' (maybe misspelled?)
        sources=['src/python-codec.c'])]
      File "/usr/lib/python3.5/distutils/core.py", line 108, in setup
        _setup_distribution = dist = klass(attrs)
File "/tmp/venv/lib/python3.5/site-packages/setuptools/dist.py",
line 315, in __init__
        self.fetch_build_eggs(attrs['setup_requires'])
File "/tmp/venv/lib/python3.5/site-packages/setuptools/dist.py",
line 361, in fetch_build_eggs
        replace_conflicting=True,
File
"/tmp/venv/lib/python3.5/site-packages/pkg_resources/__init__.py", line
850, in resolve
        dist = best[req.key] = env.best_match(req, ws, installer)
File
"/tmp/venv/lib/python3.5/site-packages/pkg_resources/__init__.py", line
1122, in best_match
        return self.obtain(req, installer)
File
"/tmp/venv/lib/python3.5/site-packages/pkg_resources/__init__.py", line
1134, in obtain
        return installer(requirement)
File "/tmp/venv/lib/python3.5/site-packages/setuptools/dist.py",
line 429, in fetch_build_egg
        return cmd.easy_install(req)
File
"/tmp/venv/lib/python3.5/site-packages/setuptools/command/easy_install.py",
line 659, in easy_install
        raise DistutilsError(msg)
distutils.errors.DistutilsError: Could not find suitable
distribution for Requirement.parse('pbr')
2021-09-07 01:48:42 +01:00
Alex Willmer adbed36dd9 tests: Avoid double docker pull on Azure Pipes 2021-01-21 19:34:47 +00:00
Steven Robertson 4b37699b45 missed a format call var 2020-10-03 15:39:53 -07:00
Steven Robertson e1e28f14e3 fix venv install 2020-09-27 12:28:15 -07:00
Steven Robertson 2a06d493de python3 needs python3-venv 2020-09-27 11:10:35 -07:00
Steven Robertson d7d29ad9c1 tests are in a bad state...somehow both apt and brew can exist on azure using a linux job with an ubuntu vm image??? 2020-09-27 10:52:28 -07:00
Steven Robertson be70dc9e5d need to group all python install commands together 2020-09-27 10:32:08 -07:00
Steven Robertson 7f58af6977 try a different psycopg2 package as well 2020-09-23 20:54:59 -07:00
Steven Robertson 9a34d5c2c9 need to install psycopg2-binary in the created venv 2020-09-23 20:47:48 -07:00
Steven Robertson 9bef6fe784 fix 'struct _is' error hopefully 2020-09-23 20:38:04 -07:00
Steven Robertson ed2473400b brew is missing postgresql 2020-09-23 20:27:41 -07:00
Steven Robertson 24c0737d37 awesome, /usr/local/bin/python2.7 already exists 2020-09-22 21:46:47 -07:00
Steven Robertson 3831f691c1 missed a format 2020-09-22 21:36:56 -07:00
Steven Robertson af08fb1276 wrong letter 🤦 what am I doing 2020-09-22 21:34:35 -07:00
Steven Robertson 1154a979b1 missed a ) 2020-09-22 21:24:24 -07:00
Steven Robertson c73f19f276 missed a , 2020-09-22 21:14:40 -07:00
Steven Robertson 7507b88255 clean up azure python version used 2020-09-22 20:44:46 -07:00
David Wilson 8d766d3d32 issue #587: disable SSH key setup, it breaks unit tests 2019-05-27 22:33:02 +01:00
David Wilson 45d88b1f3f issue #587: attempt to fix Mac Azure job 2019-05-27 22:23:23 +01:00
David Wilson 4a6eba9653 issue #587: use deadsnakes PPA Python because VSTS version is junk 2019-05-27 22:16:56 +01:00
David Wilson be23331bbe issue #587: ensure Azure worker has a working SSH configuration 2019-05-27 20:14:36 +01:00
David Wilson 0aa4c9d8fc issue #542: .ci: move some tests to Azure and enable Mac job. 2019-02-14 12:49:56 +00:00
David Wilson c84f36e809 issue #426: teach .ci/ Docker pulls to ignore -py3 image suffix. 2018-11-07 00:39:05 +00:00
David Wilson 2a6dbb038f Pythonize, split out and parallelize all jobs. 2018-11-06 18:16:20 +00:00
David Wilson 0b86c4e45f tests: basic (incomplete) Azure Pipelines config 2018-11-06 03:40:56 +00:00