diff options
author | Steve Langasek <steve.langasek@canonical.com> | 2023-01-16 10:00:43 +0100 |
---|---|---|
committer | Jochen Sprickerhof <jspricke@debian.org> | 2023-01-16 10:14:13 +0100 |
commit | 2a6b76ddceae5213ff20baa019a268501411e2a5 (patch) | |
tree | e53b0a596e02655a5babf17bf3c0d451c55ebab4 | |
parent | 0ff3c67cfd32ddb72a56f8b44efca09828b5b28a (diff) | |
download | debian-ansible-core-2a6b76ddceae5213ff20baa019a268501411e2a5.zip |
Drop superfluous --python 3.10 in autopkgtest
Closes: #1028405
-rwxr-xr-x | debian/tests/unit | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/tests/unit b/debian/tests/unit index 9f37febe..560446a8 100755 --- a/debian/tests/unit +++ b/debian/tests/unit @@ -2,5 +2,4 @@ /usr/bin/ansible-test units \ --python-interpreter /usr/bin/python3 \ - --python 3.10 \ --local |