We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a9abd4 commit 77964c6Copy full SHA for 77964c6
docs/requirements.txt
@@ -9,12 +9,13 @@ imagesize>=0.7.1
9
Jinja2>=2.9.6
10
livereload>=2.5.1
11
pathtools>=0.1.2
12
-port-for>=0.3.1
+port-for==0.3.1
13
Pygments>=2.2.0
14
pytz>=2017.2
15
PyYAML>=3.12
16
recommonmark>=0.4.0
17
requests>=2.18.4
18
+setuptools>=31.0.1
19
six>=1.11.0
20
snowballstemmer>=1.2.1
21
Sphinx<=1.6.7
tutorial/example1.py
@@ -1,7 +1,6 @@
1
import reframe as rfm
2
import reframe.utility.sanity as sn
3
4
-@rfm.required_version()
5
@rfm.simple_test
6
class Example1Test(rfm.RegressionTest):
7
def __init__(self):
0 commit comments