Merge pull request #65 from mariusvw/feature/whitespace

Whitespace corrections
This commit is contained in:
DatuX 2021-02-02 21:24:04 +01:00 committed by GitHub
commit b7ef6c9528
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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")