mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 01:08:48 -03:30
Squash a few deprecation warnings
- inspect.getargspec() -> inspect.getfullargspec() - register pytest.mark.fixture_args - replace use of DRF's deprecated NullBooleanField - fix some usage of naive datetimes in the tests - fix some strings with backslashes that ought to be raw strings
This commit is contained in:
@@ -198,7 +198,7 @@ def vars_validate_or_raise(vars_str):
|
||||
|
||||
|
||||
def validate_container_image_name(value):
|
||||
"""
|
||||
r"""
|
||||
from https://github.com/distribution/distribution/blob/af8ac809336c2316c81b08605d92d94f8670ad15/reference/reference.go#L4
|
||||
|
||||
Grammar
|
||||
|
||||
Reference in New Issue
Block a user