Skip to content

Commit

Permalink
wip(don't merge): experimenting with requests and PyYAML
Browse files Browse the repository at this point in the history
  • Loading branch information
pkoutsovasilis committed Jun 20, 2024
1 parent 922bb35 commit e89f22f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions libbeat/tests/system/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
requests==2.32.2
urllib3==1.26.18
docker @ git+https://github.com/pkoutsovasilis/[email protected]_fix
docker-compose @ git+https://github.com/pkoutsovasilis/compose@v1_fix_custom_docker
docker==7.1.0
docker-compose @ git+https://github.com/pkoutsovasilis/compose@v1_fix2
async-timeout==4.0.3
attrs==19.3.0
autopep8==1.5.4
Expand Down Expand Up @@ -58,7 +58,7 @@ pytest==7.3.2
pytest-rerunfailures==9.1.1
pytest-timeout==1.4.2
python-dotenv==0.21.1
PyYAML==5.3.1
PyYAML==6.0.1
redis==4.4.4
semver==2.8.1
six==1.15.0
Expand Down
6 changes: 3 additions & 3 deletions metricbeat/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ ENV PATH="$VIRTUAL_ENV/bin:$PATH"

RUN pip3 install --upgrade pip==20.1.1
RUN pip3 install --upgrade setuptools==47.3.2
RUN pip3 install --upgrade PyYAML==5.3.1
RUN pip3 install --upgrade PyYAML==6.0.1
RUN pip3 install requests==2.32.2
RUN pip3 install urllib3==1.26.18
RUN pip3 install git+https://github.com/pkoutsovasilis/docker-py@6.1.3_fix
RUN pip3 install git+https://github.com/pkoutsovasilis/compose@v1_fix_custom_docker
RUN pip3 install docker==7.1.0
RUN pip3 install git+https://github.com/pkoutsovasilis/compose@v1_fix2

# Oracle instant client
RUN cd /usr/lib \
Expand Down
1 change: 0 additions & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ timeout_func_only = True

# Fail on deprecation warnings
filterwarnings =
error::yaml.YAMLLoadWarning
error::DeprecationWarning
# Ignore distutil Version class deprecation in the compose package until it can be upgraded not to use them.
ignore:distutils Version classes are deprecated. Use packaging.version instead.:DeprecationWarning:.*compose.*
Expand Down

0 comments on commit e89f22f

Please sign in to comment.