Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NEW] lock nfelib version #82

Merged
merged 4 commits into from
Jul 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
-e git+https://github.com/akretion/nfelib.git@master#egg=nfelib
nfelib<=2.0.7
nfselib.ginfes
nfselib.issnet
lxml
erpbrasil.transmissao>=1.1.0
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ interactions:
User-Agent:
- Zeep/3.4.0 (www.python-zeep.org)
method: POST
uri: https://homologacao.ginfes.com.br//ServiceGinfesImpl
uri: https://homologacao.ginfes.com.br/ServiceGinfesImpl
response:
body:
string: !!binary |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ interactions:
User-Agent:
- Zeep/3.4.0 (www.python-zeep.org)
method: POST
uri: https://homologacao.ginfes.com.br//ServiceGinfesImpl
uri: https://homologacao.ginfes.com.br/ServiceGinfesImpl
response:
body:
string: !!binary |
Expand Down
4 changes: 2 additions & 2 deletions tests/fixtures/vcr_cassettes/test_envia_documento_ginfes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ interactions:
User-Agent:
- Zeep/3.4.0 (www.python-zeep.org)
method: POST
uri: https://homologacao.ginfes.com.br//ServiceGinfesImpl
uri: https://homologacao.ginfes.com.br/ServiceGinfesImpl
response:
body:
string: !!binary |
Expand Down Expand Up @@ -320,7 +320,7 @@ interactions:
User-Agent:
- Zeep/3.4.0 (www.python-zeep.org)
method: POST
uri: https://homologacao.ginfes.com.br//ServiceGinfesImpl
uri: https://homologacao.ginfes.com.br/ServiceGinfesImpl
response:
body:
string: !!binary |
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ usedevelop = false
deps =
pytest
pytest-cov
vcrpy==4.1.1
vcrpy==4.4.0
urllib3==1.26.0
-rrequirements.txt
commands =
Expand Down
Loading