This website requires JavaScript.
Explore
Help
Register
Sign In
tyler.durden
/
PyKMIP
mirror of
https://github.com/OpenKMIP/PyKMIP.git
Watch
1
Star
0
Fork
You've already forked PyKMIP
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5ac0c5d6dd
PyKMIP
/
test-requirements.txt
10 lines
74 B
Plaintext
Raw
Normal View
History
Unescape
Escape
PyKMIP library version 0.0.1 This implementation supports version 1.1 of the KMIP spec. The library supports the following operations for SymmetricKey objects: create register get destroy
2014-08-11 22:34:30 +02:00
coverage
Drop Python 3.3 support This change drops Python 3.3 support for PyKMIP. Python 3.3 was released over 5 years ago and has reached end-of-life as of September 19, 2017 with the 3.3.7 release. Library dependencies have begun to drop Python 3.3 support as well.
2017-11-29 06:49:01 +01:00
pytest
PyKMIP library version 0.0.1 This implementation supports version 1.1 of the KMIP spec. The library supports the following operations for SymmetricKey objects: create register get destroy
2014-08-11 22:34:30 +02:00
flake8
testtools
fixtures
mock
Add functional tests for server auth and access control This change adds a new integration test suite, named 'functional', that is specifically intended to test third-party authentication and group-based access control with the PyKMIP server. A new tox environment is added to handle running these tests separately from the existing 'integration' test suite. New Travis CI configuration and setup files have also been added to facilitate running these tests automatically.
2018-05-08 23:28:01 +02:00
slugs
PyKMIP library version 0.0.1 This implementation supports version 1.1 of the KMIP spec. The library supports the following operations for SymmetricKey objects: create register get destroy
2014-08-11 22:34:30 +02:00
sphinx
Temporarily pin bandit to 1.5.1 A recent regression in bandit 1.6.0 permits the scanning of test files for vulnerabilities even when those files should be excluded using the '-x' flag. This change temporarily pins bandit to 1.5.1 in test-requirements.txt to get around this issue in the short term. This patch should be undone once bandit 1.6.1 is released, fixing this issue.
2019-05-09 16:40:19 +02:00
bandit==1.5.1