evanlee123
18609f1a24
fixed spacing on FakeURL
2017-12-07 02:36:31 -07:00
evanlee123
d1a00eb934
Clarity on protocol field
2017-12-07 02:35:34 -07:00
evanlee123
20ac618752
Simplified code in get_tab_fields
...
changed self.tab_url(idx) to url in get_tab_fields()
2017-12-07 02:04:02 -07:00
evanlee123
4d13941290
added the scheme field to FakeURL
2017-12-06 23:57:19 -07:00
evanlee123
02b24e8dfb
Update tabwidget.py
2017-12-06 21:35:09 -07:00
unknown
94809032a4
field[protocol] gives the right protocol]
2017-12-06 13:24:27 -07:00
unknown
30b25da273
Added protocol key to field
2017-12-06 13:09:44 -07:00
Florian Bruhin
6973a703c5
Add pluggy to requirements
2017-12-04 16:56:39 +01:00
Florian Bruhin
2cdc32ca58
Remove pytest-catchlog
2017-12-04 16:55:57 +01:00
pyup-bot
956c257d19
Update pytest-travis-fold from 1.2.0 to 1.3.0
2017-12-04 16:09:25 +01:00
pyup-bot
71095da975
Update pytest from 3.2.5 to 3.3.0
2017-12-04 16:09:23 +01:00
pyup-bot
a0caa2b7b1
Update hypothesis from 3.38.5 to 3.40.1
2017-12-04 16:09:22 +01:00
pyup-bot
f7ccb8061b
Update pyroma from 2.2 to 2.3
2017-12-04 16:09:20 +01:00
pyup-bot
96b6f7c443
Update macholib from 1.8 to 1.9
2017-12-04 16:09:19 +01:00
pyup-bot
a3612a624a
Update altgraph from 0.14 to 0.15
2017-12-04 16:09:17 +01:00
pyup-bot
905748f2d0
Update setuptools from 38.2.1 to 38.2.3
2017-12-04 16:09:16 +01:00
pyup-bot
a3f57b9a9b
Update flake8-builtins from 1.0 to 1.0.post0
2017-12-04 16:09:14 +01:00
Florian Bruhin
7ef64c0f87
Read $PYTHON in every tox.ini environment
...
See #2341
2017-12-04 06:45:47 +01:00
Florian Bruhin
2c2d7fe734
Copy-paste pylint commands for second environment
...
Otherwise, tox 2.3.1 (shipped with various distributions) fails with:
tox.ConfigError: ConfigError: substitution key 'posargs' not found
2017-12-04 06:36:42 +01:00
Florian Bruhin
6b65d96fe1
Reformat comment
2017-12-04 06:32:54 +01:00
Florian Bruhin
fe60556a34
Merge remote-tracking branch 'origin/pr/3349'
2017-12-04 06:32:46 +01:00
Florian Bruhin
a137a29cce
Style improvements
...
This adds a blank line and makes Completer arguments keyword-only to make their
meaning more clear.
2017-12-03 22:32:17 +01:00
Florian Bruhin
9dfff43d99
Merge remote-tracking branch 'origin/pr/3357'
2017-12-03 22:30:47 +01:00
Florian Bruhin
bbc2f14e45
Merge remote-tracking branch 'origin/pr/3356'
2017-12-03 22:30:30 +01:00
Ryan Farley
38b2d42b40
cleanup PYTEST_ADDOPTS for pytest subprocess
...
See https://github.com/qutebrowser/qutebrowser/pull/3349
2017-12-03 15:09:47 -06:00
Ryan Roden-Corrent
b610563e7f
Don't show current window for :tab-give/:tab-take.
...
Resolves #3144 .
2017-12-03 08:03:54 -05:00
Florian Bruhin
97054ca35d
Don't hide report dialog early
...
It looks like hiding it already causes it to be accepted.
Fixes #1128
2017-12-03 13:04:08 +01:00
Florian Bruhin
f07301cfb5
Revert "Restart correctly after reporting crash."
...
This reverts commit 7001f068b3
.
2017-12-03 12:48:29 +01:00
Florian Bruhin
ce46b30a1e
Show error instead of warning
2017-12-02 14:49:06 +01:00
Florian Bruhin
f1f573d651
Update changelog
2017-12-02 14:48:31 +01:00
Florian Bruhin
003ec31848
Merge remote-tracking branch 'origin/pr/3333'
2017-12-02 14:47:24 +01:00
Florian Bruhin
a41db970e8
Update changelog
...
[ci skip]
2017-12-02 14:42:14 +01:00
Florian Bruhin
689fe96393
Improve workaround comment
2017-12-02 14:37:59 +01:00
Florian Bruhin
e9be357104
Merge remote-tracking branch 'origin/pr/3352'
2017-12-02 14:37:01 +01:00
Ryan Farley
fbd325f8d1
Revert "update tox env name in CI config"
...
This reverts commit 2f231c86ac
.
2017-12-01 10:55:08 -06:00
Ryan Farley
5607cc2be8
Revert "update contributing.asciidoc with -pyqtlink envs"
...
This reverts commit 6b76203780
.
2017-12-01 10:52:58 -06:00
Ryan Farley
df6ff55b7a
allow pytest to default to link_pyqt
...
link_pyqt now checks for LINK_PYQT_SKIP, allowing pytest env names like
`py36` to work properly without negative conditionals in tox.ini
2017-12-01 10:51:41 -06:00
Ryan Roden-Corrent
780ac3f4c2
Remove needles quteproc/server fixture deps.
...
A few step definitions listed these in the parameters although they were
unused.
2017-12-01 11:34:47 -05:00
Ryan Roden-Corrent
3cfa0f7586
Make pylint happy for test_editor_bdd.
...
windows has no SIGUSR1, but we don't run this on windows anyways
for posix, there IS a member so we need to ignore useless-suppression
2017-12-01 08:41:08 -05:00
Ryan Roden-Corrent
1102ae4d7e
Skip editor orphaned test on windows.
...
Tried SIGINT/SIGTERM, neither worked. Just skip this test on windows and
go back to SIGUSR1 otherwise.
2017-12-01 07:35:13 -05:00
Ryan Roden-Corrent
822f6bae2c
Fix webkitelem test.
...
Now that it checks tab.is_deleted we need to mock that.
2017-12-01 07:28:02 -05:00
Ryan Farley
49485ca220
tox.ini: fix conditional syntax errors
...
`{[testenv]deps}` was passing conditionals in their raw form; this
simply lists them manually to avoid this.
2017-11-30 16:58:14 -06:00
Ryan Farley
6b76203780
update contributing.asciidoc with -pyqtlink envs
2017-11-30 14:21:37 -06:00
Ryan Farley
a5d0b9851a
tox.ini: remove pyqt5.6, use requirements-pyqt.txt
2017-11-30 14:14:11 -06:00
Ryan Farley
2f231c86ac
update tox env name in CI config
...
Use py36-pyqtlink instead of py36 for macOS
2017-11-30 08:35:02 -06:00
Ryan Farley
f7b0ac503e
generate pytest envs with tox factors
...
This eliminates all separate pytest envs in favor of conditionals in
[testenv]. This requires renaming some environments to make the lack of
certain functionality explicit:
- instead of omitting pyqt{version}, use pyqtlink to use host PyQt
tox.ini: eliminate -nocov
It is possible to set the `PYTEST_ADDOPTS` environment variable to
enable coverage checks, rather than a new command.
2017-11-30 08:29:00 -06:00
Ryan Roden-Corrent
4497f710f9
Try SIGINT instead of SIGTERM for windows.
2017-11-30 07:56:37 -05:00
Florian Bruhin
45a1989a1f
Add some more links to initial readme line
...
[ci skip]
2017-11-30 01:26:44 +01:00
Florian Bruhin
ac89ab23a9
Revert "Add nEXT to list of alternatives"
...
It uses a buggy legacy WebKit...
This reverts commit 814a88b741
.
2017-11-29 22:36:06 +01:00
Florian Bruhin
2752055281
Fix lint in webserver_sub.py
2017-11-29 22:17:48 +01:00