Skip to content

Commit

Permalink
Merge pull request #246 from hms-dbmi/fix-dependency-updates
Browse files Browse the repository at this point in the history
develop(dependencies): Removed 'django-nose'
  • Loading branch information
b32147 authored Mar 18, 2024
2 parents f5425e0 + 16a2a48 commit dc34b00
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 25 deletions.
9 changes: 0 additions & 9 deletions fileservice/fileservice/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@
'bootstrap3',
'taggit',
'taggit_serializer',
'django_nose',
'axes',
'health_check',
'health_check.db',
Expand Down Expand Up @@ -445,11 +444,3 @@
},
}
# END LOGGING CONFIGURATION


# TEST CONFIGURATION
TEST_AWS_KEY = environment.get_str('TEST_AWS_KEY', 'AKIAxxxxx')
TEST_AWS_SECRET = environment.get_str('TEST_AWS_SECRET', 'asdfadsfadsf')
EXPIRATIONDATE = 200
TEST_RUNNER = 'django_nose.NoseTestSuiteRunner'
# END TEST CONFIGURATION
1 change: 0 additions & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ django-bootstrap3<23.0
django-filter<23.0
django-health-check<4.0
django-guardian<3.0
django-nose<2.0
django-picklefield<4.0
django-taggit<4.0
dj-taggit-serializer<2.0
Expand Down
21 changes: 6 additions & 15 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ boto==2.49.0 \
--hash=sha256:147758d41ae7240dc989f0039f27da8ca0d53734be0eb869ef16e3adcfa462e8 \
--hash=sha256:ea0d3b40a2d852767be77ca343b58a9e3a4b00d9db440efb8da74b4e58025e5a
# via -r requirements.in
boto3==1.34.64 \
--hash=sha256:8c6fbd3d45399a4e4685010117fb2dc52fc6afdab5a9460957d463ae0c2cc55d \
--hash=sha256:e5d681f443645e6953ed0727bf756bf16d85efefcb69cf051d04a070ce65e545
boto3==1.34.65 \
--hash=sha256:b611de58ab28940a36c77d7ef9823427ebf25d5ee8277b802f9979b14e780534 \
--hash=sha256:db97f9c29f1806cf9020679be0dd5ffa2aff2670e28e0e2046f98b979be498a4
# via -r requirements.in
botocore==1.34.64 \
--hash=sha256:084f8c45216d62dc1add2350e236a2d5283526aacd0681e9818b37a6a5e5438b \
--hash=sha256:0ab760908749fe82325698591c49755a5bb20307d85a419aca9cc74e783b9407
botocore==1.34.65 \
--hash=sha256:399a1b1937f7957f0ee2e0df351462b86d44986b795ced980c11eb768b0e61c5 \
--hash=sha256:3b0012d7293880c0a4883883047e93f2888d7317b5e9e8a982a991b90d951f3e
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -269,10 +269,6 @@ django-ipware==4.0.2 \
--hash=sha256:602a58325a4808bd19197fef2676a0b2da2df40d0ecf21be414b2ff48c72ad05 \
--hash=sha256:878dbb06a87e25550798e9ef3204ed70a200dd8b15e47dcef848cf08244f04c9
# via django-axes
django-nose==1.4.7 \
--hash=sha256:304adc447ee35b889b733d7106004f98aa401d8387ddcada5d4f2239d86790a9 \
--hash=sha256:a4885cd002d65fd2de96e2bb2563ef477c3fbe207009360c015fca5c3b5561b7
# via -r requirements.in
django-picklefield==3.1 \
--hash=sha256:c786cbeda78d6def2b43bff4840d19787809c8909f7ad683961703060398d356 \
--hash=sha256:d77c504df7311e8ec14e8b779f10ca6fec74de6c7f8e2c136e1ef60cf955125d
Expand Down Expand Up @@ -329,11 +325,6 @@ mysqlclient==2.2.4 \
--hash=sha256:d43987bb9626096a302ca6ddcdd81feaeca65ced1d5fe892a6a66b808326aa54 \
--hash=sha256:e1ebe3f41d152d7cb7c265349fdb7f1eca86ccb0ca24a90036cde48e00ceb2ab
# via -r requirements.in
nose==1.3.7 \
--hash=sha256:9ff7c6cc443f8c51994b34a667bbcf45afd6d945be7477b52e97516fd17c53ac \
--hash=sha256:dadcddc0aefbf99eea214e0f1232b94f2fa9bd98fa8353711dacb112bfcbbb2a \
--hash=sha256:f1bffef9cbc82628f6e7d7b40d7e255aefaa1adb6a1b1d26c69a8b79e6208a98
# via django-nose
orderedmultidict==1.0.1 \
--hash=sha256:04070bbb5e87291cc9bfa51df413677faf2141c73c61d2a5f7b26bea3cd882ad \
--hash=sha256:43c839a17ee3cdd62234c47deca1a8508a3f2ca1d0678a3bf791c87cf84adbf3
Expand Down

0 comments on commit dc34b00

Please sign in to comment.