Releases: postgrespro/testgres.os_ops
Releases · postgrespro/testgres.os_ops
2.1.1
25 Feb 17:25
Compare
Sorry, something went wrong.
No results found
What's Changed
Tests are updated (typing) (#26 )
A suppression of E721 is removed (#28 )
CI: Verification with ruff is added (#29 )
Full Changelog : 2.1.0...2.1.1
2.1.0
02 Feb 13:27
Compare
Sorry, something went wrong.
No results found
Main
OsOperations::get_platform is added. It returns a copy of sys.platform value.
What's Changed
[CI] AstraLinux 1.7 is tested (#21 )
pytest-env is used, pytest.ini is deleted (#23 )
OsOperations::get_platform(self) is added (#24 )
fix: RemoteOperations should not check the local platform (#25 )
Full Changelog : 2.0.2...2.1.0
2.0.2
27 Jan 13:00
Compare
Sorry, something went wrong.
No results found
This is a release to fix a problem with Astra Linux 1.7. It has an old python version 3.7.3.
What's Changed
Min python is 3.7.3 (#19 )
Full Changelog : 2.0.1...2.0.2
2.0.1
25 Jan 09:45
Compare
Sorry, something went wrong.
No results found
What's Changed
[CI] GitHub Action is used by (#10 )
fix: RemoteOperations::exec_command passes exec_env incorrectly (#11 )
test_get_tmpdir__compare_with_py_info is corrected (#12 )
Full Changelog : 2.0.0...2.0.1
2.0.0
16 Jan 08:57
Compare
Sorry, something went wrong.
No results found
What's Changed
testgres.common v1.0.0 is used
ExecUtilException is updated (#4 )
Full Changelog : 1.1.0...2.0.0
1.1.0
08 Jan 09:34
Compare
Sorry, something went wrong.
No results found
What's Changed
pyproject.toml is used (#3 )
License file is added
Full Changelog : 1.0.0...1.1.0
1.0.0
28 Dec 18:53
Compare
Sorry, something went wrong.
No results found
What's Changed
OsOperation::kill is updated #2
Full Changelog : 0.0.2...1.0.0
0.0.2
01 Nov 19:22
Compare
Sorry, something went wrong.
No results found
It is an initial release.
All the functional was copied from testgres v1.11.1 with minimal changes.