Skip to content

Commit

Permalink
Remove postgres from K8S venv (apache#28323)
Browse files Browse the repository at this point in the history
While postgres has always been in the k8s venv used for K8S tests,
it seems it is not needed there at all. Not sure if it was
ever needed in fact (maybe some super old historical version of
those tests needed it). This removes postgres from the requirements
for the venv.
  • Loading branch information
potiuk authored Dec 13, 2022
1 parent 17131b3 commit db5995a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/ci/kubernetes/k8s_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.[cncf.kubernetes,postgres]
.[cncf.kubernetes]
pytest
pytest-cov
pytest-instafail
pytest-timeouts
pytest-xdist
freezegun

0 comments on commit db5995a

Please sign in to comment.