Commit Graph

5 Commits

Author SHA1 Message Date
Luigi Toscano 450f696589 zuul: move jobs in-tree and related updates
Move the job definitions in-tree, updating them when needed.
This lead to several changes:

- update tox.ini and setup.cfg to align it to the newest standards
  (including newer python classifiers);
- no more python 2.x jobs;
- bump hacking requirements to make the pep8 job work with the newest
  python releases;
- ignore a few spurious flake8 warnings;
- switch to stestr as test runner;
- update cryptography dependency.

The old barbican simple-crypto job name is still available as an alias
for a while, but it is time to switch away from it, so directly
use the new job.

Depends-On: https://review.opendev.org/771443
Change-Id: Iba7b4106c49e4b492c97097648c7b8f599a2ca4b
2021-01-19 15:25:08 +01:00
Thomas Bechtold d574d9bfce Cleanup requirements.txt
six, lxml and netifaces are not used in the cursive codebase. Remove
them.

Change-Id: I0ea29850376f0d3334d92e6e9669bc228eb49f27
2018-01-16 07:08:01 +01:00
Javier Pena 81d5e3d261 Add oslo.log to requirements.txt
It was being used but not listed
(d5e395cc35/cursive/signature_utils.py (L26))

Change-Id: I26d92d5d5fe7642eb62b42d7f1aa4bc18f95dd58
2016-09-01 12:23:22 +02:00
dane-fichter b2aba64263 Add signature_utils module
This change ports Nova's signature_utils module
into the cursive library.

Change-Id: Ic54dc204e41b3758bc2e8e1571d697931b371889
Partial-Bug: #1528349
2016-06-28 08:55:11 -07:00
dane-fichter 0da0dd357d Initial cookiecutter commit
This commit establishes the test and
development environment for the cursive
repository.

Change-Id: I440c4c55172cddd194efafe5d8f8d18728d7f8c0
2016-06-27 18:28:04 -07:00