Skip to content

Commit 91cdd28

Browse files
committed
Merge branch 'codekxupdate'
2 parents 3dc53bb + 0a9fd4f commit 91cdd28

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/build.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ set PATH=C:\Miniconda3-x64;C:\Miniconda3-x64\Scripts;%PATH%
1414
call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86_amd64
1515
:: install conda build requirements (use version < 3.12 to avoid warning about verify in output file)
1616
conda install -y "conda-build<3.12" || goto :error
17-
conda install -y anaconda-client || goto :error
17+
conda install -y anaconda-client conda=4.5.1 || goto :error
1818
:: set up kdb+ if available
1919
if defined QLIC_KC ( echo|set /P=%QLIC_KC% > kc.lic.enc & certutil -decode kc.lic.enc kc.lic & set QLIC=%CD%)
2020
if "%APPVEYOR_REPO_TAG%"=="true" ( set EMBEDPY_VERSION=%APPVEYOR_REPO_TAG_NAME% )

tests/bs4.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.t.requiremod`bs4
22
bs:.p.import[`bs4]`:BeautifulSoup
3-
bsobj:bs[.Q.hg`:http://code.kx.com/q/ref/adverbs/;"html.parser"]
3+
bsobj:bs[{"c"$.p.import[`urllib.request][`:urlopen][x][`:read][]`}"https://code.kx.com/q/ref/adverbs/";"html.parser"]
44
m_find_all:bsobj[`:find_all;*]
55
all`prefix`previous_element`parser_class`contents`previous_sibling`namespace`next_sibling`attrs`next_element`hidden`can_be_empty_element`name`parent in cols{.p.wrap[x][`$":__dict__";`]}each m_find_all["h2"]`
66
/m_find_all[(),"a";`class_ pykw "md-nav__link"]~m_find_all[(),"a";pykwargs enlist[`class_]!enlist"md-nav__link"]

0 commit comments

Comments
 (0)