Whitespace corrections

This commit is contained in:
Marius van Witzenburg 2021-02-02 21:01:13 +01:00
parent ab77b91d4e
commit 0fb0faccae
No known key found for this signature in database
GPG Key ID: 554DA2C4D1D47FC5
14 changed files with 66 additions and 82 deletions

View File

@ -50,10 +50,3 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: coveralls --service=github

View File

@ -657,7 +657,3 @@ This script will also send the backup status to Zabbix. (if you've installed my
This project was sponsorred by:
* (None so far)

View File

@ -14,4 +14,3 @@ source tokentest
python3 -m twine check dist/*
python3 -m twine upload --repository-url https://test.pypi.org/legacy/ dist/* --verbose

View File

@ -17,4 +17,3 @@ class TestZfsNode(unittest2.TestCase):
# with patch('time.strftime', return_value="20101111000001"):
# self.assertFalse(ZfsAutobackup("test test_target1 --verbose --allow-empty --keep-source 0".split(" ")).run())

View File

@ -842,6 +842,3 @@ test_target1/test_source2/fs2/sub@test-20101111000000
def test_raw(self):
self.skipTest("todo: later when travis supports zfs 0.8")