Skip to content

Commit

Permalink
Use local schemadata and update (#56)
Browse files Browse the repository at this point in the history
* fix min create test, sync zeep versions

* ignore some local test files

* use local soap-encodings
  • Loading branch information
tswfi authored Apr 30, 2024
1 parent 57e745b commit bf93f73
Show file tree
Hide file tree
Showing 9 changed files with 728 additions and 115 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ __pycache__/
*.py[cod]
*$py.class

# live tests
test-*.py

# vscode
.vscode

Expand Down
11 changes: 11 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
History
=======

1.1.0 (2024-04-30)
------------------

* Sync all zeep requirements to 4.2.1
* Fix `test_010_create_mindata` to send `WebServerScriptNamePart` which is required now
* Allow defining shoptype as env variable for tests
* up Pipenv python version to 3.8
* refactor zeep utils to own file
* use local copy of soap-encodings as the server is not stable
* see: https://github.com/mvantellingen/python-zeep/issues/1417

1.0.2 (2021-01-04)
------------------

Expand Down
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Sphinx = "*"
python-coveralls = "*"

[packages]
zeep = "==4.1.0"
zeep = "==4.2.1"

[requires]
python_version = "3.6"
python_version = "3.8"
Loading

0 comments on commit bf93f73

Please sign in to comment.