Merge branch 'main' into pages

This commit is contained in:
Frank Knoll
2024-02-10 00:16:27 +01:00
3 changed files with 11 additions and 9 deletions

View File

@@ -1,12 +1,12 @@
name: howbadismybatch-venv name: howbadismybatch-venv
channels: channels:
- defaults - defaults
# - conda-forge - conda-forge
dependencies: dependencies:
- python=3.9 - python=3.9
- ipykernel - ipykernel
- numpy - numpy
- pandas - pandas=1.4.0
- urllib3 - urllib3
- requests - requests
- bs4 - bs4
@@ -18,8 +18,8 @@ dependencies:
- openpyxl - openpyxl
- tqdm - tqdm
- simplejson - simplejson
# - python-decouple - python-decouple
# - selenium - selenium
# - webdriver-manager - webdriver-manager
# - pycountry - pycountry
prefix: /home/frankknoll/anaconda3/envs/howbadismybatch-venv prefix: /home/frank/miniconda3/envs/howbadismybatch-venv

View File

@@ -16,8 +16,8 @@ class FilesProviderTest(unittest.TestCase):
self.assertEqual( self.assertEqual(
files, files,
[ [
dataDir + '/CountryByBatchcode 20230730-20230929.csv', dataDir + '/CountryByBatchcode 20230929-20230930.csv',
dataDir + '/CountryByBatchcode 20230929-20230930.csv' dataDir + '/CountryByBatchcode 20230730-20230929.csv'
]) ])
def test_getFilesHavingCountryResolution(self): def test_getFilesHavingCountryResolution(self):

View File

@@ -34,6 +34,8 @@ update howbadismybatch-venv:
conda activate howbadismybatch-venv conda activate howbadismybatch-venv
conda env update --file environment.yml --prune conda env update --file environment.yml --prune
conda remove -n howbadismybatch-venv --all
www.HowBadIsMyBatch.info www.HowBadIsMyBatch.info
/etc/apache2/sites-available/HowBadIsMyBatch.conf /etc/apache2/sites-available/HowBadIsMyBatch.conf