Skip to content

Commit

Permalink
Pre-release fine-tuning
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasileios Karakasis committed Jun 22, 2018
1 parent 0a9abd4 commit 77964c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ imagesize>=0.7.1
Jinja2>=2.9.6
livereload>=2.5.1
pathtools>=0.1.2
port-for>=0.3.1
port-for==0.3.1
Pygments>=2.2.0
pytz>=2017.2
PyYAML>=3.12
recommonmark>=0.4.0
requests>=2.18.4
setuptools>=31.0.1
six>=1.11.0
snowballstemmer>=1.2.1
Sphinx<=1.6.7
Expand Down
1 change: 0 additions & 1 deletion tutorial/example1.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import reframe as rfm
import reframe.utility.sanity as sn

@rfm.required_version()
@rfm.simple_test
class Example1Test(rfm.RegressionTest):
def __init__(self):
Expand Down

0 comments on commit 77964c6

Please sign in to comment.