summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoromnom62 <75066712+omnom62@users.noreply.github.com>2025-07-01 16:27:15 +1000
committerGitHub <noreply@github.com>2025-07-01 16:27:15 +1000
commit9a378a18fda789bbe58ea9b20d1a7f7f5d09de6f (patch)
treea59c6034fdeaad94aed2de235d8d4f5e0cb2fced
parent47c10256b19294ddacef40f48ad8055ac2c997f0 (diff)
downloadvyos.vyos-9a378a18fda789bbe58ea9b20d1a7f7f5d09de6f.tar.gz
vyos.vyos-9a378a18fda789bbe58ea9b20d1a7f7f5d09de6f.zip
Fix typing_extensions requirement (#426)HEADmain
* Fix typing_extensions requirement * linter fix
-rw-r--r--changelogs/fragments/typing_extensions_fix.yml3
-rw-r--r--test-requirements.txt1
2 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/fragments/typing_extensions_fix.yml b/changelogs/fragments/typing_extensions_fix.yml
new file mode 100644
index 00000000..951d0877
--- /dev/null
+++ b/changelogs/fragments/typing_extensions_fix.yml
@@ -0,0 +1,3 @@
+---
+trivial:
+ - test_requirements.txt - Add missing Py3.13 typing_extenstions lib
diff --git a/test-requirements.txt b/test-requirements.txt
index b3159d76..5ddd8a44 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -2,3 +2,4 @@
pytest-ansible
pytest-xdist
pytest-cov
+typing_extensions