Skip to content

Commit

Permalink
tests: remove python >= 3.6 requirements markers
Browse files Browse the repository at this point in the history
  • Loading branch information
xrmx committed Nov 26, 2024
1 parent ec3072d commit d5c3be1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/requirements/reqs-elasticsearch-7.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
elasticsearch>=7.0,<8.0
aiohttp ; python_version >= '3.6'
aiohttp
-r reqs-base.txt
2 changes: 1 addition & 1 deletion tests/requirements/reqs-elasticsearch-8.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
elasticsearch>=8.0,<9.0
aiohttp ; python_version >= '3.6'
aiohttp
-r reqs-base.txt

0 comments on commit d5c3be1

Please sign in to comment.