Commit Graph

25 Commits (7e2f92191a0ce9a7e79d6ae9eee6671ece1a744d)

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')
3 years ago
Alex Willmer adbed36dd9 tests: Avoid double docker pull on Azure Pipes 3 years ago
Steven Robertson 4b37699b45 missed a format call var 4 years ago
Steven Robertson e1e28f14e3 fix venv install 4 years ago
Steven Robertson 2a06d493de python3 needs python3-venv 4 years ago
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??? 4 years ago
Steven Robertson be70dc9e5d need to group all python install commands together 4 years ago
Steven Robertson 7f58af6977 try a different psycopg2 package as well 4 years ago
Steven Robertson 9a34d5c2c9 need to install psycopg2-binary in the created venv 4 years ago
Steven Robertson 9bef6fe784 fix 'struct _is' error hopefully 4 years ago
Steven Robertson ed2473400b brew is missing postgresql 4 years ago
Steven Robertson 24c0737d37 awesome, /usr/local/bin/python2.7 already exists 4 years ago
Steven Robertson 3831f691c1 missed a format 4 years ago
Steven Robertson af08fb1276 wrong letter 🤦 what am I doing 4 years ago
Steven Robertson 1154a979b1 missed a ) 4 years ago
Steven Robertson c73f19f276 missed a , 4 years ago
Steven Robertson 7507b88255 clean up azure python version used 4 years ago
David Wilson 8d766d3d32 issue #587: disable SSH key setup, it breaks unit tests 5 years ago
David Wilson 45d88b1f3f issue #587: attempt to fix Mac Azure job 5 years ago
David Wilson 4a6eba9653 issue #587: use deadsnakes PPA Python because VSTS version is junk 5 years ago
David Wilson be23331bbe issue #587: ensure Azure worker has a working SSH configuration 5 years ago
David Wilson 0aa4c9d8fc issue #542: .ci: move some tests to Azure and enable Mac job. 5 years ago
David Wilson c84f36e809 issue #426: teach .ci/ Docker pulls to ignore -py3 image suffix. 6 years ago
David Wilson 2a6dbb038f Pythonize, split out and parallelize all jobs. 6 years ago
David Wilson 0b86c4e45f tests: basic (incomplete) Azure Pipelines config 6 years ago