Skip to content
Snippets Groups Projects
Unverified Commit aac1071f authored by brianhw's avatar brianhw Committed by GitHub
Browse files

Merge pull request #22867 from edx/brian/DE-1824-step3

Update edx-val from 1.2.0 to 1.2.1
parents 425f9368 d2909042
No related branches found
No related tags found
No related merge requests found
......@@ -222,6 +222,7 @@ class MigrationTests(TestCase):
Tests for migrations.
"""
@unittest.skip("Need to skip as step 3 of a 4-release rollout to rename a field in edx-val 1.2.1. This work is part of DE-1824.")
@override_settings(MIGRATION_MODULES={})
def test_migrations_are_in_sync(self):
"""
......
......@@ -121,7 +121,7 @@ edx-submissions==3.0.3
edx-tincan-py35==0.0.5 # via edx-enterprise
edx-user-state-client==1.1.2
edx-when==0.5.2
edxval==1.2.0
edxval==1.2.1
elasticsearch==1.9.0 # via edx-search
enum34==1.1.6 # via edxval
event-tracking==0.3.0
......
......@@ -134,7 +134,7 @@ edx-submissions==3.0.3
edx-tincan-py35==0.0.5
edx-user-state-client==1.1.2
edx-when==0.5.2
edxval==1.2.0
edxval==1.2.1
elasticsearch==1.9.0
entrypoints==0.3
enum34==1.1.6
......
......@@ -130,7 +130,7 @@ edx-submissions==3.0.3
edx-tincan-py35==0.0.5
edx-user-state-client==1.1.2
edx-when==0.5.2
edxval==1.2.0
edxval==1.2.1
elasticsearch==1.9.0
entrypoints==0.3 # via flake8
enum34==1.1.6
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment