From 095e8ba90984a3829dbbf1cd1f74e66742c320f2 Mon Sep 17 00:00:00 2001 From: Bruno Date: Fri, 12 Jul 2024 11:11:56 -0300 Subject: [PATCH 1/4] [NEW] lock nfelib version --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1be5f6d..1ef4282 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ --e git+https://github.com/akretion/nfelib.git@master#egg=nfelib +nfelib<=2.0.7 nfselib.ginfes nfselib.issnet lxml From 19b0e6a8c3beb4e83dcc844d614746c52e4c8498 Mon Sep 17 00:00:00 2001 From: Bruno Date: Fri, 12 Jul 2024 14:05:17 -0300 Subject: [PATCH 2/4] [ADD] erpbrasil.transmissao in requirements --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 1ef4282..a8dc01b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,3 +2,4 @@ nfelib<=2.0.7 nfselib.ginfes nfselib.issnet lxml +erpbrasil.transmissao>=1.1.0 From 734c4a61c0a109510e654abf0a4a54b76f068dca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Felipe=20Mil=C3=A9o?= Date: Tue, 16 Jul 2024 20:10:00 -0300 Subject: [PATCH 3/4] [FIX] ginfes urls MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Luis Felipe Miléo --- .../vcr_cassettes/test_cancelar_documento_ginfes.yaml | 2 +- .../vcr_cassettes/test_consulta_documento_ginfes.yaml | 2 +- tests/fixtures/vcr_cassettes/test_envia_documento_ginfes.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/fixtures/vcr_cassettes/test_cancelar_documento_ginfes.yaml b/tests/fixtures/vcr_cassettes/test_cancelar_documento_ginfes.yaml index 23ab3fd..fb32d9f 100644 --- a/tests/fixtures/vcr_cassettes/test_cancelar_documento_ginfes.yaml +++ b/tests/fixtures/vcr_cassettes/test_cancelar_documento_ginfes.yaml @@ -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 | diff --git a/tests/fixtures/vcr_cassettes/test_consulta_documento_ginfes.yaml b/tests/fixtures/vcr_cassettes/test_consulta_documento_ginfes.yaml index 334f06b..3873607 100644 --- a/tests/fixtures/vcr_cassettes/test_consulta_documento_ginfes.yaml +++ b/tests/fixtures/vcr_cassettes/test_consulta_documento_ginfes.yaml @@ -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 | diff --git a/tests/fixtures/vcr_cassettes/test_envia_documento_ginfes.yaml b/tests/fixtures/vcr_cassettes/test_envia_documento_ginfes.yaml index 31d7989..cd97486 100644 --- a/tests/fixtures/vcr_cassettes/test_envia_documento_ginfes.yaml +++ b/tests/fixtures/vcr_cassettes/test_envia_documento_ginfes.yaml @@ -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 | @@ -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 | From 5030546a2c7101a5df08f8eb8ecdb5bb05fcb4af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Felipe=20Mil=C3=A9o?= Date: Tue, 16 Jul 2024 20:18:18 -0300 Subject: [PATCH 4/4] [FIX] Testes intermitentes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Luis Felipe Miléo --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index e9aec50..7743987 100644 --- a/tox.ini +++ b/tox.ini @@ -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 =