Skip to content

Commit

Permalink
Merge pull request #82 from kmee/new/lock-nfelib
Browse files Browse the repository at this point in the history
[NEW] lock nfelib version
  • Loading branch information
mileo authored Jul 16, 2024
2 parents b65742c + 5030546 commit a51c37f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
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

0 comments on commit a51c37f

Please sign in to comment.