Fix pycodestyle, experiment with custom buildpack

This commit is contained in:
2021-02-08 19:20:35 +00:00
parent 6676183443
commit a9b034255e
3 changed files with 2 additions and 3 deletions

View File

@@ -129,7 +129,6 @@ class TestSampleDataGenerator(TestCase):
assert response.status_code == 403
self.client.logout()
def test_keyholder_access(self):
assert self.client.login(username="keyholder", password="keyholder")

View File

@@ -51,7 +51,7 @@
"url": "heroku/nodejs"
},
{
"url": "heroku/python"
"url": "https://github.com/nottinghamtec/heroku-buildpack-python"
}
]
}