deckhand/deckhand/tests/unit/engine
Rick Bartra 1f0c011a17 Update pip package versions in preparation of pip 20.3
When pip is upgraded to 20.3, the pip dependency resolver is much more
strict and will no longer install a combination of packages that is mutually
inconsistent[0].

These changes account for the fact that Shipyard imports Armada, Drydock,
Promenade, and Deckhand. Having said that, with pip 20.3, the pip
packages amongst those projects cannot conflict. A follow-up change may
be needed if more conflicts are found.

[0] https://pip.pypa.io/en/latest/user_guide/#changes-to-the-pip-dependency-resolver-in-20-2-2020

Change-Id: Id75acea82ddf5d915a8b8805e076dac49cab800f
2020-09-28 12:21:20 -04:00
..
__init__.py Initial engine framework 2017-07-17 20:46:49 +01:00
base.py Improve document validation module. 2018-01-15 16:51:52 -05:00
test_cache.py optimization: Skip post-validation for rendered document cache hit 2018-10-02 18:58:07 -05:00
test_document_layering.py Merge "integration tests: Add Barbican validation/assertions" 2018-08-02 18:23:03 +00:00
test_document_layering_and_replacement.py Validate additional 'metadata.replacement' scenarios 2018-10-30 10:23:14 -04:00
test_document_layering_and_replacement_negative.py fix: Use schema instead of metadata.schema for replacement check 2018-10-31 15:02:28 -04:00
test_document_layering_and_substitution.py [fix] Substitution source documents accidentally modified 2018-09-04 21:58:45 +01:00
test_document_layering_and_substitution_negative.py integration tests: Add Barbican validation/assertions 2018-07-22 16:32:57 +00:00
test_document_layering_negative.py Fix document is_control method 2018-10-30 09:59:38 -04:00
test_document_validation.py Update pip package versions in preparation of pip 20.3 2020-09-28 12:21:20 -04:00
test_document_validation_negative.py Simplify schema validation 2018-07-03 02:07:33 +00:00
test_revision_deepdiffing.py Validate bucket diffing works with revision rollback 2018-10-18 19:07:42 +01:00
test_revision_diffing.py Validate bucket diffing works with revision rollback 2018-10-18 19:07:42 +01:00
test_secrets_manager.py Barbican driver simplification 2020-01-24 22:26:29 +00:00