mirror of
https://github.com/meeb/tubesync.git
synced 2025-04-06 17:41:48 +00:00
Merge pull request #918 from tcely/patch-15
Log more details about what `pipenv` installs
This commit is contained in:
commit
1a636efa70
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -94,7 +94,7 @@ jobs:
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install pipenv
|
||||
pipenv install --system --skip-lock
|
||||
PIPENV_VERBOSITY=64 pipenv install --system --skip-lock
|
||||
- name: Set up Django environment
|
||||
run: |
|
||||
cp -v -p tubesync/tubesync/local_settings.py.example tubesync/tubesync/local_settings.py
|
||||
|
@ -138,7 +138,7 @@ class FrontEndTestCase(TestCase):
|
||||
else:
|
||||
# Invalid source tests should reload the page with an error
|
||||
self.assertEqual(response.status_code, 200)
|
||||
self.assertIn('<ul class="errorlist">',
|
||||
self.assertIn('<ul class="errorlist"',
|
||||
response.content.decode())
|
||||
|
||||
def test_add_source_prepopulation(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user