Skip to content

Commit

Permalink
ajustes no requiments.txt para suportar versão pyOpenSSL 22.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
heronbrito committed Dec 23, 2022
1 parent 152c002 commit 75e5c55
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test_nfse_paulistana.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,8 @@ def test_nfse_signature(self):
retorno = mock.MagicMock()
client.return_value = retorno
retorno.service.EnvioLoteRPS.return_value = "<xml></xml>"
print('retorno')
print(retorno)

retorno = envio_lote_rps(pfx, nfse=nfse)
print('retorno')
print(retorno)
# f = open(os.path.join(path, "paulistana_signature.xml"), "w")
# f.write(retorno["sent_xml"])
# f.close()
Expand Down

0 comments on commit 75e5c55

Please sign in to comment.