File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed
Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 2020 - name : Install dependencies
2121 run : |
2222 python -m pip install --upgrade pip
23- python -m pip install --ignore-installed sphinx==3.4.1 tox==3.20.0 sphinx_rtd_theme==0.5.2 "Jinja2<3.1"
23+ python -m pip install -r requirements.txt
2424 - name : Test with tox
2525 run : |
2626 tox -e py
Original file line number Diff line number Diff line change 2121 - name : Install dependencies
2222 run : |
2323 python -m pip install --upgrade pip
24- python -m pip install --ignore-installed sphinx==3.4.1 tox==3.20.0 sphinx_rtd_theme==0.5.2 "Jinja2<3.1"
24+ python -m pip install -r requirements.txt
2525 - name : Test with tox
2626 run : |
2727 tox -e py
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ application <https://developers.amadeus.com/my-apps/>`__.
4141 response = amadeus.shopping.flight_offers_search.get(
4242 originLocationCode = ' MAD' ,
4343 destinationLocationCode = ' ATH' ,
44- departureDate = ' 2022 -11-01' ,
44+ departureDate = ' 2024 -11-01' ,
4545 adults = 1 )
4646 print (response.data)
4747 except ResponseError as error:
Original file line number Diff line number Diff line change 11flake8 == 3.8.0
22flake8-quotes == 2.1.1
33tox == 3.20.0
4- sphinx == 7.2.6
5- sphinx-rtd-theme == 2.0.0
4+ sphinx == 5.0.0
5+ sphinx-rtd-theme == 0.5.2
66pytest == 7.2.0
77pytest-cov == 4.0.0
8+ Jinja2 < 3.1
You can’t perform that action at this time.
0 commit comments